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