YukiGasai / obsidian-google-calendar

Add Google Calendar inside Obsidian
https://yukigasai.github.io/obsidian-google-calendar/
GNU General Public License v3.0
342 stars 24 forks source link

Implement support for Googles CalDAV API #220

Open pancan21 opened 9 months ago

pancan21 commented 9 months ago

Existing Google Calendar APIs

Google does not only provide the Google Calendar API but also the standard CalDAV API that works with most other calendar providers: https://developers.google.com/calendar/caldav/v2/guide

Benefits

The CalDAV API would contain all necessary features to implement CRUD as well. Furthermore, it would allow to integrate many more calendars beyond the ones from Google.

I argue that this would be of substantial value for many users as also requested for other plugins: https://github.com/davish/obsidian-full-calendar/issues/25 Additionally, the addition should not compromise any of the features that already work great in your plugin. Are there any plans on supporting that in the future?

Thanks for the great work!