outlook_create_event
Create an Outlook calendar event with subject, start/end times, attendees, location, and optional Teams meeting. Supports recurrence patterns.
Instructions
Create a new calendar event in Outlook with optional Teams meeting integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Event subject/title | |
| start | Yes | Event start date and time configuration | |
| end | Yes | Event end date and time configuration | |
| body | No | Event description | |
| location | No | Event location | |
| attendees | No | Attendee email addresses | |
| isOnlineMeeting | No | Whether to create this as a Teams meeting (default: false) | |
| onlineMeetingProvider | No | Online meeting provider (default: "teamsForBusiness") | |
| recurrence | No | Recurrence pattern for recurring meetings |