Deletes a calendar event.
event_id
str
The ID of the event to delete
β A dictionary with Google Calendar API response.
calendar.delete_event("event123abc")
Last updated 10 months ago