From 2cf0aee526d5dd4b05ef79305ba5a32aec031597 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 26 Sep 2016 19:02:47 +0200 Subject: [PATCH] Add known problems for nextcloud --- docs/supported.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/supported.rst b/docs/supported.rst index d88514c..8a3e73a 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -117,6 +117,27 @@ Vdirsyncer is continuously tested against the latest version of ownCloud_:: .. _ownCloud: https://owncloud.org/ +nextCloud +--------- + +Vdirsyncer is continuously tested against the latest version of nextCloud_:: + + [storage cal] + type = caldav + url = https://nextcloud.example.com/ + username = ... + password = ... + + [storage card] + type = carddav + url = https://nextcloud.example.com/ + +- WebCAL-subscriptions can't be discovered by vdirsyncer. See `this relevant + issue `_. + +.. _nextCloud: https://nextcloud.com/ + + FastMail --------