schedule_session
Book a client training session using subscription ID and time range. Use confirm parameter to finalize; omit for preview.
Instructions
Book a session for a client (confirm-gated). Needs the client's subscriptionId (see list_subscriptions). Times are ISO strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | ||
| subscriptionId | Yes | ||
| type | No | ONLINE | |
| scheduledStart | Yes | ||
| scheduledEnd | Yes | ||
| meetingLink | No | ||
| confirm | No | Must be true to actually execute. If false/omitted, returns a preview only. |