Since all iCalendar objects have VCALENDAR inside them, that tag is
absolutely meaningless (in this context).
This commit is contained in:
Markus Unterwaditzer 2014-04-12 14:24:11 +02:00
parent d5724d717d
commit 030436327a

View File

@ -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