create_event
Create Outlook calendar events with subject, start and end times, timezone, location, notes, and attendees. Automatically sets a phone reminder.
Instructions
Create an Outlook calendar event in the workshop@ mailbox. Times are local wall-clock (e.g. 2026-07-01T14:00:00), interpreted in the default timezone unless timeZone is given. Sets a phone reminder by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Local end, ISO with no offset | |
| body | No | Notes / description | |
| start | Yes | Local start, ISO with no offset, e.g. 2026-07-01T14:00:00 | |
| subject | Yes | ||
| location | No | ||
| timeZone | No | IANA timezone, e.g. Australia/Adelaide | |
| attendees | No | Attendee email addresses | |
| reminderMinutesBeforeStart | No | Minutes before start to remind (default 30) |