You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl;dr: Google has deprecated the Out Of Band ('oob') method of obtaining OAuth 2.0 authentication tokens which is what org-caldav uses via the emacs package oauth2. This means that it's no longer possible to generate the authentication tokens needed for org-caldav to sync with Google Calendar. Existing tokens will work with oob flow until the end of October 2022 at which point they will also stop working.
The fix for this is to migrate the OAuth 2.0 flow to localhost, which requires running a local webserver that the OAuth2.0 login will redirect to and provide the token to.
This isn't really an org-caldav issue but rather something that should be fixed in the emacs oauth2 package, but nevertheless I wanted to raise the issue here in case folks wonder why they aren't able to configure org-caldav to sync against Google Calendar.
The text was updated successfully, but these errors were encountered:
tl;dr: Google has deprecated the Out Of Band ('
oob
') method of obtaining OAuth 2.0 authentication tokens which is whatorg-caldav
uses via the emacs packageoauth2
. This means that it's no longer possible to generate the authentication tokens needed fororg-caldav
to sync with Google Calendar. Existing tokens will work withoob
flow until the end of October 2022 at which point they will also stop working.The fix for this is to migrate the OAuth 2.0 flow to
localhost
, which requires running a local webserver that the OAuth2.0 login will redirect to and provide the token to.See this related issue in the
org-gcal
repo for more detailsThis isn't really an
org-caldav
issue but rather something that should be fixed in the emacsoauth2
package, but nevertheless I wanted to raise the issue here in case folks wonder why they aren't able to configureorg-caldav
to sync against Google Calendar.The text was updated successfully, but these errors were encountered: