Skip to content

Commit 0fd2b12

Browse files
storage/dav: utilize calendar-order property
Proposed at pimutils#836
1 parent ff3e783 commit 0fd2b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vdirsyncer/storage/dav.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ class CalDAVStorage(DAVStorage):
729729
_property_table.update({
730730
'color': ('calendar-color', 'http://apple.com/ns/ical/'),
731731
'description': ('calendar-description', 'urn:ietf:params:xml:ns:caldav'),
732+
'calendar-order': ('calendar-order', 'http://apple.com/ns/ical/'),
732733
})
733734

734735
def __init__(self, start_date=None, end_date=None,

0 commit comments

Comments
 (0)