diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index 119153f..f94b5e0 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -180,6 +180,7 @@ def _prop_match(item, filter_): for component in item.components(): if component.name in ("VTODO", "VEVENT", "VJOURNAL"): vobject_item = component + break else: vobject_item = item.item if filter_length == 0: