Skip to main content
Glama

Microsoft MCP

by elyxlz

delete_event

Remove or cancel a calendar event in Microsoft Outlook by specifying the account and event IDs. Optionally send cancellations to attendees for efficient event management.

Instructions

Delete or cancel a calendar event

Input Schema

NameRequiredDescriptionDefault
account_idYes
event_idYes
send_cancellationNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "event_id": { "title": "Event Id", "type": "string" }, "send_cancellation": { "default": true, "title": "Send Cancellation", "type": "boolean" } }, "required": [ "account_id", "event_id" ], "type": "object" }

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/elyxlz/microsoft-mcp'

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