calendar_create
Create an Outlook calendar event, optionally inviting attendees by email. Set send_invites to true to notify them; otherwise attendees are listed without invitations.
Instructions
Create a calendar event. By default attendees are NOT invited (their names go into the description instead); set send_invites=true to actually invite them — Outlook sends invitation emails to every attendee on the event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time (ISO 8601) | |
| start | Yes | Start time (ISO 8601, e.g. '2026-08-01T14:00:00-07:00') | |
| title | Yes | Event title | |
| account | No | Account name (default account if omitted) | |
| location | No | Event location | |
| attendees | No | Attendee email addresses | |
| description | No | Event description | |
| send_invites | No | Actually invite attendees (default: false — Outlook emails invitations when true) |