cal_add
Add an event to your Outlook calendar by providing title, start time, optional duration or end time, attendees, and timezone.
Instructions
Add a calendar event to Outlook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title/subject | |
| start | Yes | Start time — natural language ('tomorrow 9am') or ISO ('2026-03-15T09:00') | |
| end | No | End time (optional if duration is given) | |
| duration | No | Duration in minutes (default 30 if neither end nor duration given) | |
| attendees | No | Comma-separated attendee email addresses (optional) | |
| show_as | No | Free/busy status — free, tentative, busy, oof (Out of Office), or workingElsewhere (optional) | |
| timezone | No | IANA timezone (e.g. 'America/New_York'). Defaults to value from outpost config. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||