Skip to main content
Glama

Outlook MCP Server

create-event

Generate and schedule calendar events in Microsoft Outlook by specifying subject, start and end times, attendees, and optional body content.

Instructions

Creates a new calendar event

Input Schema

NameRequiredDescriptionDefault
attendeesNoList of attendee email addresses
bodyNoOptional body content for the event
endYesThe end time of the event in ISO 8601 format
startYesThe start time of the event in ISO 8601 format
subjectYesThe subject of the event

Input Schema (JSON Schema)

{ "properties": { "attendees": { "description": "List of attendee email addresses", "items": { "type": "string" }, "type": "array" }, "body": { "description": "Optional body content for the event", "type": "string" }, "end": { "description": "The end time of the event in ISO 8601 format", "type": "string" }, "start": { "description": "The start time of the event in ISO 8601 format", "type": "string" }, "subject": { "description": "The subject of the event", "type": "string" } }, "required": [ "subject", "start", "end" ], "type": "object" }
Install Server

Other Tools from Outlook 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/johnsonboibeats/Outlook-MCP'

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