Added Webcal support in web UI

Added support to view, edit, and add Webcals in web UI to support functionality added in PR #1229.
This commit is contained in:
MatthewHana 2024-03-05 23:57:58 +11:00
parent 6474f8f31c
commit 80d91a8987
4 changed files with 72 additions and 14 deletions

View file

@ -178,6 +178,9 @@ def props_from_request(xml_request: Optional[ET.Element]
if resource_type.tag == make_clark("C:calendar"):
value = "VCALENDAR"
break
if resource_type.tag == make_clark("CS:subscribed"):
value = "VSUBSCRIBED"
break
if resource_type.tag == make_clark("CR:addressbook"):
value = "VADDRESSBOOK"
break