mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
caldav: Remove calendar-no-timezone
This commit is contained in:
@@ -43,7 +43,7 @@ fn options_handler() -> ErrorHandlers<BoxBody> {
|
|||||||
HeaderName::from_static("dav"),
|
HeaderName::from_static("dav"),
|
||||||
// https://datatracker.ietf.org/doc/html/rfc4918#section-18
|
// https://datatracker.ietf.org/doc/html/rfc4918#section-18
|
||||||
HeaderValue::from_static(
|
HeaderValue::from_static(
|
||||||
"1, 3, access-control, calendar-access, extended-mkcol, calendar-no-timezone, webdav-push",
|
"1, 3, access-control, calendar-access, extended-mkcol, webdav-push",
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user