DeleteEvent
yaml
type: "io.kestra.plugin.googleworkspace.calendar.deleteevent"
Examples
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
calendarId *Requiredstring
eventId *Requiredstring
readTimeout integerstring
Default
120
scopes array
SubType string
Default
["https://www.googleapis.com/auth/calendar"]
sendUpdates string
Default
none
Possible Values
all
none
externalOnly