From 1ded45328450d77601fca0b6d9b12c721ee5d34c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 16 Feb 2015 17:59:54 +0100 Subject: [PATCH] Add section about Google support --- docs/supported.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/supported.rst b/docs/supported.rst index eb558e7..5aa34cc 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -121,3 +121,22 @@ Vdirsyncer is continuously tested against the latest version of Baikal_. ownCloud, see :gh:`160`. .. _Baikal: http://baikal-server.com/ + +Google +------ + +Vdirsyncer can currently download events from Google Calendar, but any +writing/uploading is explicitly prohibited by Google. `Google's support forum +`_ explains how to set up its +CalDAV support:: + + [storage cal] + type = caldav + url = https://www.google.com/calendar/dav/ + username = ... + password = ... + read_only = true + +Unfortunately vdirsyncer current doesn't support Google Contacts in any way. + +See :gh:`8` for the discussion.