mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
DAV Push: Add supported-triggers
This commit is contained in:
@@ -48,7 +48,7 @@ pub fn caldav_service<
|
||||
HeaderName::from_static("dav"),
|
||||
// https://datatracker.ietf.org/doc/html/rfc4918#section-18
|
||||
HeaderValue::from_static(
|
||||
"1, 3, access-control, calendar-access, extended-mkcol, calendar-no-timezone",
|
||||
"1, 3, access-control, calendar-access, extended-mkcol, calendar-no-timezone, webdav-push",
|
||||
),
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user