We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3e783 commit 0fd2b12Copy full SHA for 0fd2b12
vdirsyncer/storage/dav.py
@@ -729,6 +729,7 @@ class CalDAVStorage(DAVStorage):
729
_property_table.update({
730
'color': ('calendar-color', 'http://apple.com/ns/ical/'),
731
'description': ('calendar-description', 'urn:ietf:params:xml:ns:caldav'),
732
+ 'calendar-order': ('calendar-order', 'http://apple.com/ns/ical/'),
733
})
734
735
def __init__(self, start_date=None, end_date=None,
0 commit comments