-
-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caldav: Google deprecated commonly used endpoint #668
Comments
Hi @thucke Thanks for pointing out this issue. For CalDav the location would be: What does that mean now?The issue you are pointing out has to be filed in the right place. Especially it does make much more sense in the other repo, because the documentation is not the root problem in this case. |
Sorry that close was by mistake. 😄 |
Thank you @Confectrician |
I would say no. What do you think? |
Surely - thank you again. |
The current examples of the Caldav Command Binding documentation for connection Google calendars are shoing URL examples like
https://www.google.com/calendar/dav/[email protected]/events
.However the CalDAV API Developer's Guide states that this endpoint is deprecated and no longer supported.
Hence the binding should be extended to support Googles OAuth 2.0 authentication.
There were already activities and also a functional solution (see querdenker2k/openhab#2) that I personally used in OH 1.8.
The text was updated successfully, but these errors were encountered: