Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

update_event

Modify calendar event details such as subject, start, end, location, and body directly through the Microsoft MCP server. Ensures accurate event updates with required event ID.

Instructions

Update existing calendar event

Input Schema

NameRequiredDescriptionDefault
account_idNo
bodyNo
endNo
event_idYes
locationNo
startNo
subjectNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "body": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Body" }, "end": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End" }, "event_id": { "title": "Event Id", "type": "string" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location" }, "start": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start" }, "subject": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Subject" } }, "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