Outlook Calendar MCP

update_event

Modify existing Outlook calendar events by updating details such as subject, description, location, date, or time using the event ID on the Outlook Calendar MCP server.

Instructions

Update an existing calendar event

Input Schema

NameRequiredDescriptionDefault
bodyNoNew event description/body (optional)
calendarNoCalendar name (optional)
endDateNoNew end date in MM/DD/YYYY format (optional)
endTimeNoNew end time in HH:MM AM/PM format (optional)
eventIdYesEvent ID to update
locationNoNew event location (optional)
startDateNoNew start date in MM/DD/YYYY format (optional)
startTimeNoNew start time in HH:MM AM/PM format (optional)
subjectNoNew event subject/title (optional)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "New event description/body (optional)", "type": "string" }, "calendar": { "description": "Calendar name (optional)", "type": "string" }, "endDate": { "description": "New end date in MM/DD/YYYY format (optional)", "type": "string" }, "endTime": { "description": "New end time in HH:MM AM/PM format (optional)", "type": "string" }, "eventId": { "description": "Event ID to update", "type": "string" }, "location": { "description": "New event location (optional)", "type": "string" }, "startDate": { "description": "New start date in MM/DD/YYYY format (optional)", "type": "string" }, "startTime": { "description": "New start time in HH:MM AM/PM format (optional)", "type": "string" }, "subject": { "description": "New event subject/title (optional)", "type": "string" } }, "required": [ "eventId" ], "type": "object" }

You must be authenticated.

Other Tools from Outlook Calendar MCP

Related Tools

ID: 08enllwrbp