add the Apple iCal namespace to registry
This commit is contained in:
		| @@ -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(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lukasz Langa
					Lukasz Langa