diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index 1d2f2bf..8613349 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -508,6 +508,7 @@ def report(path, xml_request, collection): tag_filters = set( element.get("name") for element in root.findall(".//%s" % _tag("C", "comp-filter"))) + tag_filters.discard('VCALENDAR') else: hreferences = () tag_filters = None