Outlook Meetings Scheduler MCP Server

by anoopt
Verified
ISC License
34
  • Apple

update-event-attendees

Add or remove attendees from a Microsoft Outlook calendar event by specifying event ID and attendee details. Integrates with Outlook Meetings Scheduler MCP Server for streamlined event management.

Instructions

Add or remove attendees from a calendar event

Input Schema

NameRequiredDescriptionDefault
addAttendeesNoList of attendees to add to the event
eventIdYesID of the event to update
removeAttendeesNoList of email addresses to remove from the event

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addAttendees": { "description": "List of attendees to add to the event", "items": { "additionalProperties": false, "properties": { "email": { "description": "Email address of the attendee to add", "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" }, "eventId": { "description": "ID of the event to update", "type": "string" }, "removeAttendees": { "description": "List of email addresses to remove from the event", "items": { "description": "Email addresses of attendees to remove from the event", "type": "string" }, "type": "array" } }, "required": [ "eventId" ], "type": "object" }

You must be authenticated.

Other Tools from Outlook Meetings Scheduler MCP Server

Related Tools

ID: xi1vcrjgku