UpdateEvent
UpdateEvent
yaml
type: "io.kestra.plugin.googleworkspace.calendar.UpdateEvent"Examples
yaml
id: googleworkspace_calendar_update_event
namespace: company.team
tasks:
- id: update_event
type: io.kestra.plugin.googleworkspace.calendar.UpdateEvent
serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT_JSON') }}"
calendarId: team@company.com
eventId: "abcdef123456"
patch: true
sendUpdates: externalOnly
summary: "Weekly standup (rescheduled)"
startTime:
dateTime: "2025-08-12T10:00:00+05:30"
timeZone: "Asia/Kolkata"
endTime:
dateTime: "2025-08-12T10:30:00+05:30"
timeZone: "Asia/Kolkata"
attendees:
- email: a@example.com
- email: team@example.com
Properties
calendarId *Requiredstring
eventId *Requiredstring
attendees Non-dynamicarray
Definitions
io.kestra.plugin.googleworkspace.calendar.AbstractInsertEvent-Attendee
displayNamestring
emailstring
description string
endTime Non-dynamic
Definitions
io.kestra.plugin.googleworkspace.calendar.AbstractInsertEvent-CalendarTime
dateTimestring
timeZonestring
location string
patch booleanstring
Default
truereadTimeout integerstring
Default
120scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/calendar"]sendUpdates string
Default
noneserviceAccount string
startTime Non-dynamic
Definitions
io.kestra.plugin.googleworkspace.calendar.AbstractInsertEvent-CalendarTime
dateTimestring
timeZonestring
status string
summary string
Outputs
event
Definitions
io.kestra.plugin.googleworkspace.calendar.models.Event
descriptionstring
idstring
locationstring
statusstring
summarystring