
Google Workspace GetEvent
CertifiedFetch a Google Calendar event by ID
Google Workspace GetEvent
Fetch a Google Calendar event by ID
Retrieves a single event from a shared calendar using a service account. Supports attendee truncation via maxAttendees and toggling email fields with alwaysIncludeEmail (default false).
type: io.kestra.plugin.googleworkspace.calendar.GetEventExamples
id: googleworkspace_calendar_get_event
namespace: company.team
tasks:
- id: get_event
type: io.kestra.plugin.googleworkspace.calendar.GetEvent
serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT_JSON') }}"
calendarId: team@company.com
eventId: "abcdef123456"
maxAttendees: 50
alwaysIncludeEmail: true
Properties
calendarId *Requiredstring
Calendar ID
Email-style calendar shared with the service account, e.g. team@company.com
eventId *Requiredstring
Event ID
Identifier of the event to fetch
alwaysIncludeEmail booleanstring
falseInclude attendee emails
Whether organizer/attendee emails are returned; default false
maxAttendees integerstring
Maximum attendees
Upper bound of attendees returned; omit to use API default
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
readTimeout integerstring
120The read timeout for the request (in seconds)
scopes array
["https://www.googleapis.com/auth/calendar"]The GCP scopes to used
serviceAccount string
The GCP service account key
Outputs
event
Event
io.kestra.plugin.googleworkspace.calendar.models.Event
metadata object
Raw event metadata