mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
commit
68b72f55eb
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@ def _comp_match(item, filter_, scope="collection"):
|
|||
for component in item.components():
|
||||
if component.name in ("VTODO", "VEVENT", "VJOURNAL"):
|
||||
tag = component.name
|
||||
break
|
||||
else:
|
||||
return False
|
||||
if filter_length == 0:
|
||||
# Point #1 of rfc4791-9.7.1
|
||||
return filter_.get("name") == tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue