jelmer / xandikos

A CalDAV/CardDAV server backed by Git
https://www.xandikos.org/
GNU General Public License v3.0
397 stars 40 forks source link

Webcal export #164

Open shelbyKiraM opened 2 years ago

shelbyKiraM commented 2 years ago

Has anyone tried this? "Add Calendar > By URL" on calendar.google.com?

https://developers.google.com/calendar/caldav/v2/guide

It looks to get nothing to me, I think.

jelmer commented 2 years ago

I believe that add by URL expects a ICS file, not a CalDAV URL - i.e. webcal.

The CalDAV functionality in Google calendar doesn't allow you to add external CalDAV collections.

jelmer commented 2 years ago

We could have Xandikos provide a URL with the contents of the calendar as a giant ICS file, and that would allow you to bring your calendar into Google Calendar using "Add by URL".

That's not CalDAV though and would be one way - you can't add new entries to it or modify existing entries.

shelbyKiraM commented 2 years ago

Ah, fair. Not too useful, then… but maybe a feature for someday. Thanks!