From b23298ff7103159667c12dbe70d4f3ae843b21cd Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 18 May 2014 23:15:15 +0200 Subject: [PATCH] Add missing file! --- docs/server_support.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/server_support.rst diff --git a/docs/server_support.rst b/docs/server_support.rst new file mode 100644 index 0000000..3fbdcdb --- /dev/null +++ b/docs/server_support.rst @@ -0,0 +1,25 @@ +============== +Server support +============== + +vdirsyncer is currently tested against the latest versions of Radicale and +ownCloud. + +Radicale +======== + +Radicale doesn't `support time ranges in the calendar-query of CalDAV/CardDAV +`_, so setting ``start_date`` and +``end_date`` in vdirsyncer's configuration will have no or unpredicted +consequences. + +ownCloud +======== + +ownCloud uses SabreDAV, which had problems detecting collisions and +race-conditions. The problems were reported and are fixed in SabreDAV's repo. +See `Bug #16 `_ for more +information. + +However, given that this is a problem with every setup involving ownCloud, and +that ownCloud is widely used, it apparently isn't big enough of a problem yet.