Open
Description
It would be great to have support for "webcal" (often confused with CalDAV) to subscribe to publicly available calendars, e.g., for seminars, match schedules of sport events, etc. Webcal is nothing more than subscribing to an ICS file served over HTTP(S), i.e., it's a basically a subset of what's already supported:
- Fetching over
GET
with HTTP(S), no WebDAV extensions necessary - sync only cal->org
So even though it's a new feature, it should be relatively simple to add.
As a possible alternative, some people have apparently managed to import ics files into the diary, which is then displayed in org-agenda:
- https://emacs.stackexchange.com/questions/50137/show-apple-calendar-events-in-org-mode
- https://www.reddit.com/r/emacs/comments/ioenk2/ical_import_in_emacs_calendar/
But that's very different from what org-caldav can do.
Metadata
Metadata
Assignees
Labels
No labels