Skip to main content

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

ParameterTypeDescription
Attendee emailStringEmail address of the attendee you want to remove from the event.
Event IDStringIdentifier of the specific calendar event from which the attendee will be removed.
Calendar IDStringIdentifier 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.

Troubleshooting

FAQs