update comment

This commit is contained in:
Lennart
2024-05-25 22:05:48 +02:00
parent 248b3b118a
commit 5eced9e321

View File

@@ -243,7 +243,7 @@ impl<C: CalendarStore + ?Sized> ResourceService for CalendarResource<C> {
_auth_info: AuthInfo,
_path_components: Self::PathComponents,
) -> Result<Vec<Self::MemberType>> {
// 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![])
}