Delete a Google Calendar event.

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: primary
    eventId: "abcdef123456"
    sendUpdates: all
Properties

Calendar ID

Event ID

Default 120

The read timeout for the request (in seconds)

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

The GCP scopes to used

Default none
Possible Values
allnoneexternalOnly

Send update emails (default: none)

The GCP service account key