
UpdateEvent
Update a Google Calendar event.
Update a Google Calendar event.
Update a Google Calendar event.
type: "io.kestra.plugin.googleworkspace.calendar.UpdateEvent"Examples
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: primary
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: [email protected]
- email: [email protected]
Properties
calendarId*Requiredstring
Calendar ID
eventId*Requiredstring
Event ID
attendeesNon-dynamicarray
Replace attendees with this list.
io.kestra.plugin.googleworkspace.calendar.AbstractInsertEvent-Attendee
Display name of the attendee
Email of the attendee
descriptionstring
Description
endTimeNon-dynamic
New end time
io.kestra.plugin.googleworkspace.calendar.AbstractInsertEvent-CalendarTime
locationstring
Location (free-form)
patchbooleanstring
trueUse PATCH (partial) when true, or UPDATE (replace) when false.
readTimeoutintegerstring
120The read timeout for the request (in seconds)
scopesarray
["https://www.googleapis.com/auth/calendar"]The GCP scopes to used
sendUpdatesstring
noneSend update emails: all | externalOnly | none.
serviceAccountstring
The GCP service account key
startTimeNon-dynamic
New start time
io.kestra.plugin.googleworkspace.calendar.AbstractInsertEvent-CalendarTime
Time of the event in the ISO 8601 Datetime format, for example, 2024-11-28T09: 00: 00-07: 00
Timezone associated with the dateTime, for example, America/Los_Angeles
statusstring
Event status: confirmed | tentative | cancelled
summarystring
Title