Warning, /pim/kdav2/README is written in an unsupported language. File is not indexed.
0001 ==== What's this ? ==== 0002 0003 This is an DAV protocol implemention with KJobs. 0004 0005 Calendars and todos are supported, using either GroupDAV 0006 or CalDAV, and contacts are supported using GroupDAV or 0007 CardDAV. 0008 0009 0010 ==== Usage ==== 0011 0012 It should be pretty straightforward. The URL to use should be, if possible, 0013 the principals URL for your server (CalDAV / CardDAV) or the parent 0014 collection of your calendars to allow discovery. 0015 0016 0017 ==== Tested with / known bugs ==== 0018 0019 Here is a list of servers tested with this resource with the URLs used. 0020 Feel free to contact the author(s) if you successfully tested a configuration 0021 not listed here. 0022 0023 * Egroupware (1.6.002) 0024 https://host/groupdav.php 0025 - GroupDAV working. 0026 - CalDAV working. 0027 - CardDAV working. 0028 0029 * SOGo (version 1.0.4, 1.1.0 and version at http://sogo-demo.inverse.ca/) 0030 https://host/SOGo/dav/<USER>/Calendar and https://host/SOGo/dav/<USER>/Contacts 0031 - GroupDAV calendar working, but the timezone data in the ICalendar 0032 generated by KCal seems misinterpreted by SOGo : every event is 0033 shifted by the timezone offset (at least test with TZ Europe/Paris, 0034 feel free to send your results to the author(s). This seems resolved 0035 with the demo version made available by Inverse.ca. 0036 - CalDAV working, with the same bug. 0037 - CardDAV working. 0038 0039 * Davical (version 0.9.7.6) 0040 https://host/caldav.php/principals/users/<USER> 0041 - CalDAV working. 0042 0043 * Zimbra Open-Source edition (version 5.0.18), 0044 https://host/principals/users/<USER> 0045 - Caldav mostly working : retrieval of shared calendars that contain a lot 0046 of events fails with a 500 server error. 0047 0048 * Google calendar 0049 https://www.google.com/calendar/dav/<CALENDAR_ID>/events 0050 - CalDAV working.