jelmer / xandikos

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

support webcal syncing #110

Open jelmer opened 5 years ago

jelmer commented 5 years ago

This involves adding support for the 'source' property on resources.

See also e.g. https://github.com/nextcloud/server/pull/10059/files

jelmer commented 5 years ago

Subscriptions can now be created; however, nothing triggers syncs of them yet.

castaway commented 3 years ago

Just came here looking for a Webcal url (for claws mail "vCalendar" plugin) - how do I get/find the webcal url?

jelmer commented 3 years ago

@castaway This bug is about importing items from webcal URLs into Xandikos. Is that what you're looking for, or the inverse - i.e. exporting a Xandikos calendar as webcal?

Unfortunately there isn't any external webcal URL that you can use to access the contents of a CalDAV calendar hosted by Xandikos at the moment, which would be a different feature.

castaway commented 3 years ago

Oops you're right, I wanted the opposite, I'll start a new one

6801318d8d commented 12 months ago

Any news on this, e.g. importing items from webcal URLs into Xandikos? I need this to import Microsoft Outlook remote calendar of my university

6801318d8d commented 12 months ago

@castaway This bug is about importing items from webcal URLs into Xandikos. Is that what you're looking for, or the inverse - i.e. exporting a Xandikos calendar as webcal?

Unfortunately there isn't any external webcal URL that you can use to access the contents of a CalDAV calendar hosted by Xandikos at the moment, which would be a different feature.

The inverse seems now to be tracked by #164