List meeting templates
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--host-email | string | Filter by host email | ||
--page | int | 0 | Page number | |
--page-size | int | 0 | Items per page (max 100) | |
--search | string | Search meeting templates |
Sample output (--json)
Show a meeting template
Sample output (--json)
Create a meeting template
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--duration | int | 0 | Meeting duration in minutes | |
--hosts | string | Comma-separated host emails | ||
--json-file | string | Path to JSON file with template data | ||
--kind | string | Meeting kind | ||
--name | string | Template name | ||
--slug | string | Template slug | ||
--spot | string | Meeting spot |
Sample output (--json)
--quiet mode this prints the new template’s identifier.
Update a meeting template
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--json-file | string | Path to JSON file with template data | ||
--name | string | Template name | ||
--slug | string | Template slug |
Sample output (--json)
Delete a meeting template
Sample output
--quiet mode this prints success. Mirrors Delete scheduling-link template in the API.