Added support for webcal-subscriptions

This commit is contained in:
leso-kn 2022-04-12 09:50:05 +02:00
parent afff2731e1
commit 94a5ff0d68
No known key found for this signature in database
GPG key ID: 46333567BC1BF351
3 changed files with 16 additions and 4 deletions

View file

@ -33,7 +33,8 @@ from radicale import item, pathutils
MIMETYPES: Mapping[str, str] = {
"VADDRESSBOOK": "text/vcard",
"VCALENDAR": "text/calendar"}
"VCALENDAR": "text/calendar",
"VSUBSCRIBED": "text/calendar"}
OBJECT_MIMETYPES: Mapping[str, str] = {
"VCARD": "text/vcard",