Skip to main content
Glama

Outlook Meetings Scheduler MCP Server

update-event-attendees

Modify event attendee lists in Microsoft Outlook by adding or removing participants using their email addresses and names.

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" }

Other Tools from Outlook Meetings Scheduler MCP Server

Related Tools

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/anoopt/outlook-meetings-scheduler-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server