Delete
|
|||||
|
|
Deletes an event
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- See, edit, share, and permanently delete all the calendars you can access using Google Calendar
- View and edit events on all your calendars
Input
This building block consumes 4 input parameters
Name | Format | Description |
---|---|---|
calendarId Required |
STRING |
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword |
eventId Required |
STRING |
Event identifier |
sendNotifications |
BOOLEAN |
Deprecated. Please use sendUpdates instead. Whether to send notifications about the deletion of the event. Note that some emails might still be sent even if you set the value to false. The default is false |
sendUpdates |
ENUMERATION |
Guests who should receive notifications about the deletion of the event |
= Parameter name
= Format
calendarId STRING Required Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword |
eventId STRING Required Event identifier |
sendNotifications BOOLEAN Deprecated. Please use sendUpdates instead. Whether to send notifications about the deletion of the event. Note that some emails might still be sent even if you set the value to false. The default is false |
sendUpdates ENUMERATION Guests who should receive notifications about the deletion of the event |