indico_get_timetable
Retrieve an event's timetable as a flat list of entries in start order, including IDs for moving or unscheduling sessions, blocks, and contributions.
Instructions
Get an event's timetable as a flat list of entries in start order.
Each entry has `entry_id` (for indico_move_timetable_entry / indico_unschedule_timetable_entry),
and depending on its kind `contribution_id`, `session_id`, `session_block_id`, `parent_entry_id`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |||