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();