indico_create_event
Create a meeting or conference in Indico with title, category, start/end times, and timezone, then return the new event ID for scheduling or agenda setup.
Instructions
Create a meeting or conference and return its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Local time in the event's timezone, ISO format without offset, e.g. 2026-10-05T14:30 | |
| start | Yes | Local time in the event's timezone, ISO format without offset, e.g. 2026-10-05T14:30 | |
| title | Yes | ||
| listed | No | Show the event in the category listing | |
| address | No | ||
| instance | No | Indico instance: a configured name (see indico_list_instances) or its URL; an event link works too. Can be left out when only one instance is configured or a default is set. | |
| timezone | Yes | IANA timezone, e.g. Europe/Zurich or Europe/Paris | |
| room_name | No | ||
| event_type | No | meeting | |
| venue_name | No | ||
| category_id | Yes | Category to create the event in | |
| protection_mode | No | inheriting |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||