create_event
Create calendar events in Microsoft Outlook, supporting shared calendars, attendees, and all-day events.
Instructions
Create a new calendar event. Pass user_id for shared calendars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| end_iso | Yes | ||
| subject | Yes | ||
| user_id | No | ||
| location | No | ||
| attendees | No | ||
| start_iso | Yes | ||
| account_id | No | ||
| is_all_day | No | ||
| calendar_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||