From 658ea6fab61b6a3eba173142f29137a1330f521d Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:26:25 +0100 Subject: [PATCH] comment --- crates/caldav/src/calendar/methods/report/calendar_query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/caldav/src/calendar/methods/report/calendar_query.rs b/crates/caldav/src/calendar/methods/report/calendar_query.rs index c35e662..75d7cae 100644 --- a/crates/caldav/src/calendar/methods/report/calendar_query.rs +++ b/crates/caldav/src/calendar/methods/report/calendar_query.rs @@ -132,7 +132,7 @@ impl CompFilterElement { false } - // match the VEVENT/VTODO part + // match the VEVENT/VTODO/VJOURNAL part pub fn matches(&self, cal_object: &CalendarObject) -> bool { // TODO: evaulate prop-filter let component_name = cal_object.get_component_name();