Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

delete_event

Remove or cancel a calendar event by specifying its event ID. Optionally send cancellation notifications and manage associated account details, ensuring efficient event management on Microsoft MCP.

Instructions

Delete/cancel calendar event

Input Schema

NameRequiredDescriptionDefault
account_idNo
event_idYes
send_cancellationNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "event_id": { "title": "Event Id", "type": "string" }, "send_cancellation": { "default": true, "title": "Send Cancellation", "type": "boolean" } }, "required": [ "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