diff --git a/modules/inkycal_icalendar.py b/modules/inkycal_icalendar.py index c61b248..421c174 100644 --- a/modules/inkycal_icalendar.py +++ b/modules/inkycal_icalendar.py @@ -74,6 +74,7 @@ def fetch_events(): for events in upcoming_events: if events.all_day and events.duration.days > 1: events.end = events.end.replace(days=-2) + events.make_all_day() if not events.all_day: events.end = events.end.to(timezone)