teams meeting create
Auto-generated reference
This page is generated from checked-in CLI metadata for release v0.3.0. Do not edit it by hand.
Create an online meeting.
Synopsis
teams meeting create --subject SUBJECT [--start ISO8601] [--end ISO8601] [--allowed-presenters VALUE]
Options
| Option | Value | Required | Env | Default | Description |
|---|---|---|---|---|---|
--subject | SUBJECT | yes | Meeting subject | ||
--start | ISO8601 | no | Start time (ISO 8601) | ||
--end | ISO8601 | no | End time (ISO 8601) | ||
--allowed-presenters | ALLOWED_PRESENTERS | no | Allowed presenters (everyone, organization, roleIsPresenter, or organizer) |
Examples
No command-specific examples are published yet.
Exit Codes
| Code | Meaning |
|---|---|
| 0 | success |
| 2 | invalid input |
| 3 | authentication error |
| 4 | permission denied |
| 6 | rate limited |