From 5eced9e32170456b7fcf568ad9d47fa00371cc03 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sat, 25 May 2024 22:05:48 +0200 Subject: [PATCH] update comment --- crates/caldav/src/resources/calendar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/caldav/src/resources/calendar.rs b/crates/caldav/src/resources/calendar.rs index 71610e8..1c0448e 100644 --- a/crates/caldav/src/resources/calendar.rs +++ b/crates/caldav/src/resources/calendar.rs @@ -243,7 +243,7 @@ impl ResourceService for CalendarResource { _auth_info: AuthInfo, _path_components: Self::PathComponents, ) -> Result> { - // As of now the calendar resource has no members + // As of now the calendar resource has no members since events are shown with REPORT Ok(vec![]) }