File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Version 0.19.1
14
14
15
15
- Fixed crash when operating on Google Contacts. :gh: `994 `
16
16
- The ``HTTP_PROXY `` and ``HTTPS_PROXY `` are now respected. :gh: `1031 `
17
+ - Instructions for integrating with Google CalDav/CardDav have changed.
18
+ Applications now need to be registered as "Web Application". :gh: `975 `
17
19
- Various documentation updates.
18
20
19
21
Version 0.19.0
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ Service to hardcode those into opensource software [googleterms]_:
287
287
be a searchbox where you can just enter those terms.
288
288
289
289
3. In the sidebar, select "Credentials" and create a new "OAuth Client ID". The
290
- application type is "Other ".
290
+ application type is "Web application ".
291
291
292
292
You'll be prompted to create a OAuth consent screen first. Fill out that
293
293
form however you like.
@@ -305,7 +305,7 @@ or write anything to it.
305
305
.. note ::
306
306
307
307
You need to configure which calendars Google should offer vdirsyncer using
308
- a rather hidden `settings page
308
+ a secret `settings page
309
309
<https://calendar.google.com/calendar/syncselect> `_.
310
310
311
311
.. storage :: google_calendar
@@ -345,6 +345,10 @@ or write anything to it.
345
345
:param client_id/client_secret: OAuth credentials, obtained from the Google
346
346
API Manager.
347
347
348
+ The current flow is not ideal, but Google has deprecated the previous APIs used
349
+ for this without providing a suitable replacement. See :gh: `975 ` for discussion
350
+ on the topic.
351
+
348
352
Local
349
353
+++++
350
354
You can’t perform that action at this time.
0 commit comments