Delete Event
Deletes an event from Google Calendar.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Calendar ID - Email address or calendar ID containing the event.
- Event ID - ID of the event to delete.
Options
- Credentials - Google Calendar credentials used to authenticate with the service.
- Send Notifications - Whether to send notifications about the event deletion. Default is false.
Output
- result - A success message and details about the deleted event.
How It Works
The Delete Event node integrates with Google Calendar to delete existing events. When executed, the node:
- Validates the provided inputs (Calendar ID and Event ID)
- Authenticates with Google Calendar using the provided credentials
- Deletes the specified event from the calendar
- Optionally sends notifications about the deletion if enabled
- Returns a success message with details about the deleted event
Requirements
- A valid Google Calendar account
- Valid Google Calendar credentials
- Valid Calendar ID (email address or calendar ID)
- Valid Event ID of the event to delete
Error Handling
The node will return specific errors in the following cases:
- Empty or invalid Event ID
- Empty or invalid Calendar ID
- Empty or invalid Google Calendar credentials
- Google Calendar service errors (e.g., event not found)
Usage Notes
- The Calendar ID can be an email address or calendar ID. If not provided, the primary calendar is used.
- The Event ID is required and must be a valid event identifier from Google Calendar
- Send Notifications option can be enabled to notify attendees about the event deletion
- The result contains details about the deletion including success status, event ID, and calendar ID