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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user