Skip to content

Commit 51535af

Browse files
Set calendar description file
1 parent 9606462 commit 51535af

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
@@ -728,6 +728,7 @@ class CalDAVStorage(DAVStorage):
728728
_property_table = dict(DAVStorage._property_table)
729729
_property_table.update({
730730
'color': ('calendar-color', 'http://apple.com/ns/ical/'),
731+
'description': ('calendar-description', 'urn:ietf:params:xml:ns:caldav'),
731732
})
732733

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

0 commit comments

Comments
 (0)