We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1017695 commit 7454841Copy full SHA for 7454841
yaml2ics.py
@@ -56,7 +56,9 @@ def add_recurrence_property(
56
)
57
58
59
-def event_from_yaml(event_yaml: dict, tz: datetime.tzinfo = dateutil.tz.UTC) -> ics.Event:
+def event_from_yaml(
60
+ event_yaml: dict, tz: datetime.tzinfo = dateutil.tz.UTC
61
+) -> ics.Event:
62
d = event_yaml
63
repeat = d.pop("repeat", None)
64
ics_custom = d.pop("ics", None)
0 commit comments