Delete event
The Google Calendar Delete event action removes an existing event from a connected Google Calendar. Use this write action to cancel meetings, clean up outdated entries, or remove events that are no longer needed.
The action is typically used together with read actions such as Find event to locate the target event first, then delete it by its identifier.
Prerequisites
- Glean Actions must be enabled for your instance and the Google Calendar action pack must be available.
- Ensure a connected Google Calendar account exists for the user. The connected account must have permission in Google Calendar to delete events.
- Google Calendar must be connected as a data source for Glean actions.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Calendar ID | String | Identifier of the calendar that owns the event. Use "primary" for the user's main calendar. Required. |
| Event ID | String | Identifier of the specific event to delete. Required. |
| Send updates | String | Policy for sending cancellation notifications to attendees (for example, all, externalOnly, none). |
Examples
note
This action requires an Event ID. Use the Find event action to locate the event and retrieve its Event ID before deleting it.
-
"Delete my 3 PM design review meeting on Friday."
-
"Cancel tomorrow's one-on-one with Alex and remove it from my calendar."
-
"Remove the duplicate team standup event from next Monday."