
Google Workspace DeleteEvent
CertifiedDelete a Google Calendar event
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.DeleteEventExamples
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
calendarId *Requiredstring
Calendar ID
Email-style calendar shared with the service account
eventId *Requiredstring
Event ID
Identifier of the event to delete
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
readTimeout integerstring
Default
120The read timeout for the request (in seconds)
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/calendar"]The GCP scopes to used
sendUpdates string
Default
nonePossible Values
allnoneexternalOnlySend update emails
Whether Google should email attendees about the deletion; default none
serviceAccount string
The GCP service account key