create-calendar-event
create-calendar-eventSchedule a new calendar event with subject, start and end times, location, attendees, and recurrence options. Supports online meetings.
Instructions
Create (schedule) a new calendar event ā a meeting or appointment ā on the user's calendar. Set subject, start/end times, time zone, location, body, and attendees; supports online meetings and recurrence.
š” TIP: CRITICAL: Do not try to guess the email address of the recipients. Use the list-users tool to find the email address of the recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| confirm | No | For destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data. | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |