create_online_meeting
Schedule a Microsoft Teams online meeting by providing subject, start and end times, and optional attendees.
Instructions
Create an online meeting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Meeting subject | |
| organizer_id | No | Organizer's UPN or object ID (required for client-credentials auth) | |
| participants | No | Optional array of attendee UPNs | |
| end_date_time | Yes | End time (ISO 8601) | |
| start_date_time | Yes | Start time (ISO 8601) |