mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add section about Google support
This commit is contained in:
parent
60c96ae493
commit
1ded453284
1 changed files with 19 additions and 0 deletions
|
|
@ -121,3 +121,22 @@ Vdirsyncer is continuously tested against the latest version of Baikal_.
|
||||||
ownCloud, see :gh:`160`.
|
ownCloud, see :gh:`160`.
|
||||||
|
|
||||||
.. _Baikal: http://baikal-server.com/
|
.. _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
|
||||||
|
<https://support.google.com/calendar/answer/99358>`_ 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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue