add the Apple iCal namespace to registry

This commit is contained in:
Lukasz Langa 2011-05-11 16:24:20 +02:00
parent afcfb11fde
commit 663fda4ecb

View File

@ -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():