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