Outlook Meetings Scheduler MCP Server

by anoopt
Verified
ISC License
34
  • Apple

update-event

Modify existing calendar events in Microsoft Outlook by updating details such as subject, body, time, location, and attendees using the event ID.

Instructions

Update an existing calendar event

Input Schema

NameRequiredDescriptionDefault
attendeesNoList of attendees to add or update for the event
bodyNoNew content/body for the calendar event
endNoNew end time in ISO format (e.g. 2025-04-20T13:00:00)
eventIdYesID of the event to update
locationNoNew location for the event
startNoNew start time in ISO format (e.g. 2025-04-20T12:00:00)
subjectNoNew subject for the calendar event
timeZoneNoNew time zone for the event

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attendees": { "description": "List of attendees to add or update for the event", "items": { "additionalProperties": false, "properties": { "email": { "description": "Email address of the attendee", "type": "string" }, "name": { "description": "Name of the attendee", "type": "string" }, "type": { "description": "Type of attendee: required or optional", "enum": [ "required", "optional" ], "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" }, "body": { "description": "New content/body for the calendar event", "type": "string" }, "end": { "description": "New end time in ISO format (e.g. 2025-04-20T13:00:00)", "type": "string" }, "eventId": { "description": "ID of the event to update", "type": "string" }, "location": { "description": "New location for the event", "type": "string" }, "start": { "description": "New start time in ISO format (e.g. 2025-04-20T12:00:00)", "type": "string" }, "subject": { "description": "New subject for the calendar event", "type": "string" }, "timeZone": { "description": "New time zone for the event", "type": "string" } }, "required": [ "eventId" ], "type": "object" }

You must be authenticated.

Other Tools from Outlook Meetings Scheduler MCP Server

Related Tools

ID: xi1vcrjgku