Skip to main content
Glama

Microsoft MCP

by elyxlz

update_event

Modify event details in Microsoft Calendar via Microsoft MCP server. Input event ID, account ID, and desired updates to adjust properties such as time, location, or description.

Instructions

Update event properties

Input Schema

NameRequiredDescriptionDefault
account_idYes
event_idYes
updatesYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "event_id": { "title": "Event Id", "type": "string" }, "updates": { "additionalProperties": true, "title": "Updates", "type": "object" } }, "required": [ "event_id", "updates", "account_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