Skip to content

Commit 6e42ea2

Browse files
jeffa5WhyNotHugo
authored andcommitted
Add organizer field to CalendarConfiguration type
1 parent b832460 commit 6e42ea2

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)