Outlook Meetings Scheduler MCP Server

by anoopt
Verified
ISC License
34
  • Apple

create-event

Schedule Microsoft Outlook calendar events using the Microsoft Graph API. Define event details such as subject, body, start and end times, and time zone to create meetings efficiently.

Instructions

Create a calendar event using Microsoft Graph API

Input Schema

NameRequiredDescriptionDefault
bodyYesContent/body of the calendar event
endNoEnd time in ISO format (e.g. 2025-04-20T13:00:00). Defaults to next business day at 1PM
startNoStart time in ISO format (e.g. 2025-04-20T12:00:00). Defaults to next business day at noon
subjectYesSubject of the calendar event
timeZoneNoTime zone for the event. Defaults to GMT Standard Time

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "Content/body of the calendar event", "type": "string" }, "end": { "description": "End time in ISO format (e.g. 2025-04-20T13:00:00). Defaults to next business day at 1PM", "type": "string" }, "start": { "description": "Start time in ISO format (e.g. 2025-04-20T12:00:00). Defaults to next business day at noon", "type": "string" }, "subject": { "description": "Subject of the calendar event", "type": "string" }, "timeZone": { "description": "Time zone for the event. Defaults to GMT Standard Time", "type": "string" } }, "required": [ "subject", "body" ], "type": "object" }

You must be authenticated.

Other Tools from Outlook Meetings Scheduler MCP Server

Related Tools

ID: xi1vcrjgku