mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 01:12:24 +00:00
caldav: Add calendar-timezone-id
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn configure_dav<AP: AuthenticationProvider, C: CalendarStore + ?Sized>(
|
||||
.insert_header((
|
||||
HeaderName::from_static("dav"),
|
||||
HeaderValue::from_static(
|
||||
"1, 2, 3, access-control, calendar-access, extended-mkcol",
|
||||
"1, 2, 3, access-control, calendar-access, extended-mkcol, calendar-no-timezone",
|
||||
),
|
||||
))
|
||||
.finish();
|
||||
|
||||
Reference in New Issue
Block a user