mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
update comment
This commit is contained in:
@@ -243,7 +243,7 @@ impl<C: CalendarStore + ?Sized> ResourceService for CalendarResource<C> {
|
|||||||
_auth_info: AuthInfo,
|
_auth_info: AuthInfo,
|
||||||
_path_components: Self::PathComponents,
|
_path_components: Self::PathComponents,
|
||||||
) -> Result<Vec<Self::MemberType>> {
|
) -> 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![])
|
Ok(vec![])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user