Outlook Calendar MCP

delete_event

Delete a calendar event by its ID

Input Schema

NameRequiredDescriptionDefault
calendarNoCalendar name (optional)
eventIdYesEvent ID to delete

Input Schema (JSON Schema)

{ "properties": { "calendar": { "description": "Calendar name (optional)", "type": "string" }, "eventId": { "description": "Event ID to delete", "type": "string" } }, "required": [ "eventId" ], "type": "object" }