UpdateEvent UpdateEvent
UpdateEvent Certified

yaml
type: "io.kestra.plugin.googleworkspace.calendar.UpdateEvent"
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
Definitions
displayNamestring
emailstring
Definitions
dateTimestring
timeZonestring
Defaulttrue
Default120
SubTypestring
Default["https://www.googleapis.com/auth/calendar"]
Defaultnone
Definitions
dateTimestring
timeZonestring
Definitions
descriptionstring
idstring
locationstring
statusstring
summarystring