You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Nextcloud and want to retrieve calendar (read only) subscriptions along with the normal read/write calendars. Nextcloud supports two ways of doing this. The easier of the two is to pass the custom HTTP header: X-NC-CalDAV-Webcal-Caching: On
I'm using Nextcloud and want to retrieve calendar (read only) subscriptions along with the normal read/write calendars. Nextcloud supports two ways of doing this. The easier of the two is to pass the custom HTTP header: X-NC-CalDAV-Webcal-Caching: On
More details
Are folks open to adding this functionality by modfying the DAVclient initialization function to have an optional header parameter?
Example use:
client = caldav.DAVClient(..., headers={"X-NC-CalDAV-Webcal-Caching": "On"})
If so, I can file a pull request with this small change.
The text was updated successfully, but these errors were encountered: