Remove attendee from event
Remove attendee from event action removes a single attendee from an existing Google Calendar event. This is a write action that modifies the event's attendee list without affecting other event details.
Prerequisites
- Ensure a connected Google Calendar account exists for the user.
- The connected account must have permission in Google Calendar to add events.
- Google Calendar must be connected as a data source for Glean actions.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Attendee email | String | Email address of the attendee you want to remove from the event. |
| Event ID | String | Identifier of the specific calendar event from which the attendee will be removed. |
| Calendar ID | String | Identifier of the calendar that owns the event. Use "primary" for the user's main calendar. |
Usage examples
note
This action requires an Event ID. Use the Find event action to locate the event and retrieve its Event ID before removing an attendee.
-
"Remove abc.xyz@example.com from my 2 PM product review meeting today."
-
"Take abc.xyz@example.com off the attendee list for tomorrow's team standup."
-
"Remove abc.xyz@example.com from the quarterly planning meeting next week."