nextmeeting icon indicating copy to clipboard operation
nextmeeting copied to clipboard

CalDav multiple agenda support

Open vanilla-extracts opened this issue 6 months ago • 0 comments

Hi! Currently, the nextmeeting CalDav implementation supports only one calendar, by supplying it with caldav_url.

Other systems construct the endpoint, let me explain a bit If your calendars are stored in this endpoint https://agenda.example.com/dav/calendars/ you can construct various endpoints with the user and the calendar so https://agenda.example.com/dav/calendars/$USER/$CALENDAR.

If we make caldav_calendar a list we could construct multiple agenda endpoints and thus support multiple calendars from the same user.

vanilla-extracts avatar Oct 11 '25 09:10 vanilla-extracts