Add missing file!

This commit is contained in:
Markus Unterwaditzer 2014-05-18 23:15:15 +02:00
parent 229413464a
commit b23298ff71

25
docs/server_support.rst Normal file
View file

@ -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
<https://github.com/Kozea/Radicale/issues/146>`_, 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 <https://github.com/untitaker/vdirsyncer/issues/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.