Skip to content

Commit 0b730e9

Browse files
committed
work in progress
1 parent c09a803 commit 0b730e9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

caldav/compatibility_hints.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ class FeatureSet:
5858
}
5959
},
6060
"delete-calendar": {
61-
"description": "RFC4791 says nothing about deletion of calendars, so the server implementation is free to choose weather this should be supported or not. Section 3.2.3.2 in RFC 6638 says that if a calendar is deleted, all the calendarobjectresources on the calendar should also be deleted - but it's a bit unclear if this only applies to scheduling objects or not. Some calendar servers moves the object to a trashcan rather than deleting it"
61+
"description": "RFC4791 says nothing about deletion of calendars, so the server implementation is free to choose weather this should be supported or not. Section 3.2.3.2 in RFC 6638 says that if a calendar is deleted, all the calendarobjectresources on the calendar should also be deleted - but it's a bit unclear if this only applies to scheduling objects or not. Some calendar servers moves the object to a trashcan rather than deleting it",
62+
"features": {
63+
"free-namespace": {
64+
"description": "The delete operations clears the namespace, so that another calendar with the same ID/name can be created"
65+
}
66+
}
6267
},
6368
"recurrences": {
6469
"description": "Support for recurring events and tasks",

0 commit comments

Comments
 (0)