Skip to content

Commit a16b41c

Browse files
committed
Add organizer field to CalendarConfiguration type
1 parent 0abd7ff commit a16b41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

khal/custom_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class CalendarConfiguration(TypedDict):
1313
priority: int
1414
ctype: str
1515
addresses: str
16+
organizer: str
1617

1718

1819
class LocaleConfiguration(TypedDict):

0 commit comments

Comments
 (0)