This commit is contained in:
Lennart
2024-10-28 18:26:25 +01:00
parent fcbf7cf352
commit 658ea6fab6

View File

@@ -132,7 +132,7 @@ impl CompFilterElement {
false false
} }
// match the VEVENT/VTODO part // match the VEVENT/VTODO/VJOURNAL part
pub fn matches(&self, cal_object: &CalendarObject) -> bool { pub fn matches(&self, cal_object: &CalendarObject) -> bool {
// TODO: evaulate prop-filter // TODO: evaulate prop-filter
let component_name = cal_object.get_component_name(); let component_name = cal_object.get_component_name();