campaignstack_delete_calendar_event
Delete (cancel) a Google Calendar event. By default, cancellation notifications are sent to all attendees (sendNotifications=true). Requires a Google account to be connected and linked to the workspace. If googleAccountId is omitted, uses the first connected Google account linked to the workspace. Returns { deleted: true } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Google Calendar event ID to delete | |
| workspaceId | No | Workspace ID (defaults to the bound workspace) | |
| googleAccountId | No | Google account ID to use. Defaults to the first connected Google account linked to the workspace. | |
| sendNotifications | No | If true (default), Google sends cancellation notifications to all attendees. |