diff --git a/src/clear_bookings.py b/src/clear_bookings.py index b3566db..b12780c 100644 --- a/src/clear_bookings.py +++ b/src/clear_bookings.py @@ -189,7 +189,6 @@ def clear(target_calendars: list, is_test: bool=False) -> dict: # we need to cancel it now elif not event.is_cancelled: if not is_test: - event.obj.decline_invite() event.obj.icalendar_component["status"] = "CANCELLED" event.obj.save() is_cancelled = True