DeleteEvent
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: team@company.com
eventId: "abcdef123456"
sendUpdates: all
Properties
calendarId *Requiredstring
eventId *Requiredstring
readTimeout integerstring
Default
120scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/calendar"]sendUpdates string
Default
nonePossible Values
allnoneexternalOnly