Skip to main content
Delete a calendar event by ID

Tool details

FieldValue
Namecalendar__delete_event
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "calendarId": {
      "type": "string",
      "description": "Calendar ID"
    },
    "eventId": {
      "type": "string",
      "description": "Event ID to delete"
    },
    "sendUpdates": {
      "type": "string",
      "description": "Whether to send cancellation notifications: all, externalOnly, or none"
    }
  },
  "required": [
    "calendarId",
    "eventId"
  ],
  "description": "Input schema for the calendar__delete_event tool."
}

Output schema

This tool does not publish an output schema.