-
Notifications
You must be signed in to change notification settings - Fork 450
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
Advertise WebCal calendar URLs (feature request) #776
Comments
Would be really great to see this functionality added! Some research (e.g. here) showed me the "advertisement" should at least contain the following xml: <d:response>
<d:href>/<user>/<calendar-name>/</d:href>
<d:propstat>
<d:prop>
<d:resourcetype>
<d:collection/>
<cs:subscribed/>
</d:resourcetype>
<cs:source>
<d:href>http://www.somesite.com/public-calendar.ics</d:href>
</cs:source>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
</d:response> So, instead of |
The subscribed calendars could be stored inside a single Like this each user could have their own subscriptions in a multi user instance - given that each collection refers to one user. |
Any update on this? @Kozea |
I second the request. |
I, too, second the request. |
Any update on this? |
Came here to leave a comment, this feature would be highly appreciated! |
I would also really like this feature. |
Update: This issue has been open for a while and I finally found some time to look into it again. I'd like to present a proposed implementation over at PR #1229. Note: For the moment webcal subscriptions have to be added manually. The PR adds the relevant backend functionality for Radicale to advertise webcal subscriptions, internally stored as collections. A second step would be to add a more user-friendly way to add those subscriptions (e.g. via the Radicale web interface). |
Wow! I'm really shocked to see that the changes are that simple. Great work! :D |
This is the only feature missing, for me, in this great project. |
I second the request. There are still many people waiting for this feature after such a long time, I believe this feature needs to be put on the agenda. |
#1229 merged into 3.2-devel |
According to this a CalDav server can advertise Webcal calendars. These are typically used to access read-only, shared calendars.
It would be nice if I could add these calendar URLs to my account so DAVdroid and other clients would display those extra calendars automagically.
The text was updated successfully, but these errors were encountered: