From ed885c3ae51040715ed9e0e78b9fea081c7715db Mon Sep 17 00:00:00 2001 From: rfc2822 Date: Sat, 25 Jan 2014 23:53:02 +0100 Subject: [PATCH] Added DAVdroid --- pages/user_documentation.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 580219e3..5cb66b2c 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -48,10 +48,9 @@ of: - `Mozilla Lightning `_ - `GNOME Evolution `_ - `KDE KOrganizer `_ -- `aCal `_, `CalDAV-Sync - `_ - and `CardDAV-Sync - `_ +- `aCal `_, + `CalDAV-Sync `_/`CardDAV-Sync `_ + and `DAVdroid `_ for `Google Android `_ - `CalDavZAP `_ - `CardDavMATE `_ @@ -214,6 +213,16 @@ CardDAV-Sync Set up works like CalDAV-Sync, just use .vcf instead of .ics if you enter the URL, e.g. ``http://example.com:5232/Username/AddressBook.vcf/``. +DAVdroid +~~~~~~~~ + +`DAVdroid `_ is a free and open-source CalDAV/CardDAV +client that is available in Play Store for a small fee or in FDroid for free. + +To make it working with Radicale, just add a new DAVdroid account and enter +``https://example.com/radicale/user/`` as base URL (assuming that your Radicale +runs at ``https://example.com/radicale/``; don't forget to set base_prefix correctly). + aCal ~~~~