mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
add the Apple iCal namespace to registry
This commit is contained in:
parent
afcfb11fde
commit
663fda4ecb
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ from radicale import client, config, ical
|
|||
NAMESPACES = {
|
||||
"C": "urn:ietf:params:xml:ns:caldav",
|
||||
"D": "DAV:",
|
||||
"CS": "http://calendarserver.org/ns/"}
|
||||
"CS": "http://calendarserver.org/ns/",
|
||||
"ICAL": "http://apple.com/ns/ical/",
|
||||
}
|
||||
|
||||
|
||||
for short, url in NAMESPACES.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue