add the Apple iCal namespace to registry
This commit is contained in:
parent
afcfb11fde
commit
663fda4ecb
@ -35,7 +35,9 @@ from radicale import client, config, ical
|
|||||||
NAMESPACES = {
|
NAMESPACES = {
|
||||||
"C": "urn:ietf:params:xml:ns:caldav",
|
"C": "urn:ietf:params:xml:ns:caldav",
|
||||||
"D": "DAV:",
|
"D": "DAV:",
|
||||||
"CS": "http://calendarserver.org/ns/"}
|
"CS": "http://calendarserver.org/ns/",
|
||||||
|
"ICAL": "http://apple.com/ns/ical/",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
for short, url in NAMESPACES.items():
|
for short, url in NAMESPACES.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user