mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
Merge branch 'master' of github.com:Kozea/Radicale
This commit is contained in:
commit
e471d15f00
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ def _propfind_response(path, item, props, user):
|
|||
elif tag == _tag("C", "calendar-timezone"):
|
||||
element.text = ical.serialize(
|
||||
item.tag, item.headers, item.timezones)
|
||||
elif tag == _tag("D", "displayname"):
|
||||
element.text = item.name
|
||||
else:
|
||||
human_tag = _tag_from_clark(tag)
|
||||
if human_tag in collection_props:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue