Create an event
create_eventSchedule a calendar event in Microsoft 365 with start and end times, subject, optional location, and attendees. Invites attendees, so use resolved addresses and check free time first.
Instructions
Create a calendar event. If it has attendees, they are invited, which reaches real people, so get their addresses from resolve_person and check the slot with find_free_time first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | YYYY-MM-DDTHH:MM | |
| start | Yes | YYYY-MM-DDTHH:MM | |
| subject | Yes | ||
| location | No | ||
| attendees | No | addresses from resolve_person |