Closed GoogleCodeExporter closed 9 years ago
Here is an example of an GCaldavCredential-class:
package org.osaf.caldav4j;
public class GCaldavCredential extends CaldavCredential {
public GCaldavCredential() {
CALDAV_SERVER_HOST = "www.google.com";
CALDAV_SERVER_PORT = 443;
CALDAV_SERVER_PROTOCOL = "https";
CALDAV_SERVER_WEBDAV_ROOT = "/calendar/dav/name@ofYourCalendar/";
CALDAV_SERVER_USERNAME = "your@username";
CALDAV_SERVER_PASSWORD = "password";
COLLECTION = "events";
}
}
Original comment by roland.s...@googlemail.com
on 26 Feb 2010 at 10:12
this class is a "private" one, you should put your own credentials here ;)
Original comment by robipo...@gmail.com
on 24 May 2010 at 3:39
added in 0.7
Original comment by robipo...@gmail.com
on 23 Aug 2010 at 12:28
Original issue reported on code.google.com by
ARitt...@gmx.net
on 24 Feb 2010 at 8:20