Difference between revisions of "EGroupware"
From dmfswiki
(added problem with infolog) |
|||
Line 15: | Line 15: | ||
=== CardDAV-Sync === | === CardDAV-Sync === | ||
If you use an LDAP backend for your contacts CardDAV is not yet supported in eGroupWare (see [http://sourceforge.net/mailarchive/message.php?msg_id=28884999 eGroupWare-users mailing list]). However, there is a patch that has been reported to work [http://dev.egroupware.org/viewvc/egroupware?view=revision&revision=38204 here]. | If you use an LDAP backend for your contacts CardDAV is not yet supported in eGroupWare (see [http://sourceforge.net/mailarchive/message.php?msg_id=28884999 eGroupWare-users mailing list]). However, there is a patch that has been reported to work [http://dev.egroupware.org/viewvc/egroupware?view=revision&revision=38204 here]. | ||
+ | |||
+ | === CalDAC Sync === | ||
+ | |||
+ | When chosing the calendar and infolog for synchronization with some installations this error arose: | ||
+ | |||
+ | org.apache.http.client.ClientProtocolException: calendar-query failed | ||
+ | org.dmfs.dav.CalDav.calendarQuery(CalDav.java:1300) | ||
+ | org.dmfs.dav.CalDav.loadResourceUpdates(CalDav.java:1145) | ||
+ | org.dmfs.caldav.syncadapter.SyncAdapter.sync(SyncAdapter.java:319) | ||
+ | org.dmfs.syncadapter.AbstractSyncAdapter.onPerformSync(AbstractSyncAdapter.java:96) | ||
+ | android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:247) | ||
+ | |||
+ | Simlpy not syncing the infolog, but only the calendar did resolve the issue. |
Revision as of 20:03, 12 March 2012
EGroupware Configuration
- In the Android sync options choose "add account"
- Select "CalDAV"
- Enter complete URL to your EGroupware groupdav.php (e.g. sample-server.com/egroupware/groupdav.php)
- check "use SSL" accordingly
- Fill in user name & password
- Select "Next"
- Choose Calendar
- Go to your calendar app, e.g. the google calendar, and make the CalDAV calendar visible
known issues
CardDAV-Sync
If you use an LDAP backend for your contacts CardDAV is not yet supported in eGroupWare (see eGroupWare-users mailing list). However, there is a patch that has been reported to work here.
CalDAC Sync
When chosing the calendar and infolog for synchronization with some installations this error arose:
org.apache.http.client.ClientProtocolException: calendar-query failed org.dmfs.dav.CalDav.calendarQuery(CalDav.java:1300) org.dmfs.dav.CalDav.loadResourceUpdates(CalDav.java:1145) org.dmfs.caldav.syncadapter.SyncAdapter.sync(SyncAdapter.java:319) org.dmfs.syncadapter.AbstractSyncAdapter.onPerformSync(AbstractSyncAdapter.java:96) android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:247)
Simlpy not syncing the infolog, but only the calendar did resolve the issue.