From a387885b0a6cb84f519d0d67f4dc67ef5476889e Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 15 Jun 2025 11:44:44 +0200 Subject: [PATCH] Remove calendar-proxy-write from caldav principal --- crates/caldav/src/principal/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/caldav/src/principal/mod.rs b/crates/caldav/src/principal/mod.rs index e92c4f0..ae1f16e 100644 --- a/crates/caldav/src/principal/mod.rs +++ b/crates/caldav/src/principal/mod.rs @@ -38,10 +38,10 @@ impl Resource for PrincipalResource { ResourcetypeInner(Some(rustical_dav::namespace::NS_DAV), "collection"), ResourcetypeInner(Some(rustical_dav::namespace::NS_DAV), "principal"), // https://github.com/apple/ccs-calendarserver/blob/13c706b985fb728b9aab42dc0fef85aae21921c3/doc/Extensions/caldav-proxy.txt - ResourcetypeInner( - Some(rustical_dav::namespace::NS_CALENDARSERVER), - "calendar-proxy-write", - ), + // ResourcetypeInner( + // Some(rustical_dav::namespace::NS_CALENDARSERVER), + // "calendar-proxy-write", + // ), ]) }