create_meeting
Schedule a Teams meeting by providing title, ISO 8601 start time, and duration in minutes. Optionally link a service request and invite customer or provider; invites are sent immediately.
Instructions
Create a meeting with title, scheduledAt (ISO), duration minutes, optional serviceRequestId, and invite selection (customer/provider). Creates Teams meeting via Graph and sends invites immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| duration | Yes | Minutes | |
| description | No | ||
| scheduledAt | Yes | ISO 8601 datetime | |
| inviteCustomer | No | ||
| inviteProvider | No | ||
| serviceRequestId | No |