Add example to owncloud docs

This commit is contained in:
Markus Unterwaditzer 2015-10-30 20:15:37 +01:00
parent c090aaa0fe
commit 3627c6e810

View file

@ -94,7 +94,19 @@ latest PyPI release of Radicale.
ownCloud
--------
Vdirsyncer is continuously tested against the latest version of ownCloud_.
Vdirsyncer is continuously tested against the latest version of ownCloud_::
[storage cal]
type = caldav
url = https://example.com/owncloud/remote.php/caldav/
username = ...
password = ...
[storage card]
type = carddav
url = https://example.com/owncloud/remote.php/carddav/
username = ...
password = ...
- *Versions older than 7.0.0:* ownCloud uses SabreDAV, which had problems
detecting collisions and race-conditions. The problems were reported and are