Google Workspace DeleteEvent

Google Workspace DeleteEvent

Certified

Delete a Google Calendar event

Removes an event from the given calendar using a service account. sendUpdates controls cancellation emails (none default; all or externalOnly to notify attendees).

yaml
type: io.kestra.plugin.googleworkspace.calendar.DeleteEvent

Delete a calendar Event

yaml
id: googleworkspace_calendar_delete_event
namespace: company.team

tasks:
  - id: cancel_event
    type: io.kestra.plugin.googleworkspace.calendar.DeleteEvent
    serviceAccount: "{{ secret('GCP_SERVICE_ACCOUNT_JSON') }}"
    calendarId: team@company.com
    eventId: "abcdef123456"
    sendUpdates: all
Properties

Calendar ID

Email-style calendar shared with the service account

Event ID

Identifier of the event to delete

Default120

The read timeout for the request (in seconds)

SubTypestring
Default["https://www.googleapis.com/auth/calendar"]

The GCP scopes to used

Defaultnone
Possible Values
allnoneexternalOnly

Send update emails

Whether Google should email attendees about the deletion; default none

The GCP service account key