GetEvent
yaml
type: "io.kestra.plugin.googleworkspace.calendar.getevent"
Examples
yaml
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: primary
eventId: "abcdef123456"
maxAttendees: 50
alwaysIncludeEmail: true
Properties
calendarId *Requiredstring
eventId *Requiredstring
alwaysIncludeEmail booleanstring
Default
false
maxAttendees integerstring
readTimeout integerstring
Default
120
scopes array
SubType string
Default
["https://www.googleapis.com/auth/calendar"]