Skip to main content
Glama

Outlook MCP Server

cancel-event

Cancel a Microsoft Outlook calendar event by specifying the event ID and adding an optional comment. Manage schedules efficiently using the Microsoft Graph API via the Outlook MCP Server.

Instructions

Cancels a calendar event

Input Schema

NameRequiredDescriptionDefault
commentNoOptional comment for cancelling the event
eventIdYesThe ID of the event to cancel

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Optional comment for cancelling the event", "type": "string" }, "eventId": { "description": "The ID of the event to cancel", "type": "string" } }, "required": [ "eventId" ], "type": "object" }
Install Server

Other Tools from Outlook MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnsonboibeats/Outlook-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server