mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Update docs for Google storages
References: https://github.com/pimutils/vdirsyncer/pull/985 References: https://github.com/pimutils/vdirsyncer/issues/975 Closes: https://github.com/pimutils/vdirsyncer/issues/1028 Closes: https://github.com/pimutils/vdirsyncer/issues/808
This commit is contained in:
parent
5a46c93987
commit
2138c43456
2 changed files with 8 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ Version 0.19.1
|
||||||
|
|
||||||
- Fixed crash when operating on Google Contacts. :gh:`994`
|
- Fixed crash when operating on Google Contacts. :gh:`994`
|
||||||
- The ``HTTP_PROXY`` and ``HTTPS_PROXY`` are now respected. :gh:`1031`
|
- The ``HTTP_PROXY`` and ``HTTPS_PROXY`` are now respected. :gh:`1031`
|
||||||
|
- Instructions for integrating with Google CalDav/CardDav have changed.
|
||||||
|
Applications now need to be registered as "Web Application". :gh:`975`
|
||||||
- Various documentation updates.
|
- Various documentation updates.
|
||||||
|
|
||||||
Version 0.19.0
|
Version 0.19.0
|
||||||
|
|
|
||||||
|
|
@ -287,7 +287,7 @@ Service to hardcode those into opensource software [googleterms]_:
|
||||||
be a searchbox where you can just enter those terms.
|
be a searchbox where you can just enter those terms.
|
||||||
|
|
||||||
3. In the sidebar, select "Credentials" and create a new "OAuth Client ID". The
|
3. In the sidebar, select "Credentials" and create a new "OAuth Client ID". The
|
||||||
application type is "Other".
|
application type is "Web application".
|
||||||
|
|
||||||
You'll be prompted to create a OAuth consent screen first. Fill out that
|
You'll be prompted to create a OAuth consent screen first. Fill out that
|
||||||
form however you like.
|
form however you like.
|
||||||
|
|
@ -305,7 +305,7 @@ or write anything to it.
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
You need to configure which calendars Google should offer vdirsyncer using
|
You need to configure which calendars Google should offer vdirsyncer using
|
||||||
a rather hidden `settings page
|
a secret `settings page
|
||||||
<https://calendar.google.com/calendar/syncselect>`_.
|
<https://calendar.google.com/calendar/syncselect>`_.
|
||||||
|
|
||||||
.. storage:: google_calendar
|
.. storage:: google_calendar
|
||||||
|
|
@ -345,6 +345,10 @@ or write anything to it.
|
||||||
:param client_id/client_secret: OAuth credentials, obtained from the Google
|
:param client_id/client_secret: OAuth credentials, obtained from the Google
|
||||||
API Manager.
|
API Manager.
|
||||||
|
|
||||||
|
The current flow is not ideal, but Google has deprecated the previous APIs used
|
||||||
|
for this without providing a suitable replacement. See :gh:`975` for discussion
|
||||||
|
on the topic.
|
||||||
|
|
||||||
Local
|
Local
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue