indico_get_event
Retrieve an Indico event's dates, location, chairs, and materials, plus optional contributions or sessions, using its event ID.
Instructions
Get an event's details: dates, location, chairs, material, and optionally contributions or sessions.
In the contributions list, `id` is the public number and `db_id` is the id management tools need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | How much to include: 'events' is metadata only | contributions |
| event_id | Yes | Indico event id (the number in /event/<id>/) | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||