mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 06:58:26 +00:00
implement param-filter for caldav
This commit is contained in:
@@ -30,6 +30,7 @@ pub struct ParamFilterElement {
|
||||
}
|
||||
|
||||
impl ParamFilterElement {
|
||||
#[must_use]
|
||||
pub fn match_property(&self, prop: &Property) -> bool {
|
||||
let Some(param) = prop.get_param(&self.name) else {
|
||||
return self.is_not_defined.is_some();
|
||||
|
||||
Reference in New Issue
Block a user