m365_calendar_create
Create Microsoft 365 calendar events with optional Teams meetings, specifying subject, start/end time, location, attendees, and description.
Instructions
Create a calendar event (with optional Teams meeting)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End datetime (ISO 8601) | |
| body | No | Event description (HTML) | |
| start | Yes | Start datetime (ISO 8601) | |
| subject | Yes | Event title | |
| isOnline | No | Create as Teams meeting | |
| location | No | Event location | |
| attendees | No | Attendee emails, comma-separated |