mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
comment
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user