mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Added support for webcal-subscriptions
This commit is contained in:
parent
afff2731e1
commit
94a5ff0d68
3 changed files with 16 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue