indico_create_session_block
Add a time slot (session block) to a session's timetable, placing contributions inside it. Requires event ID, session ID, start time, and duration.
Instructions
Add a time slot (session block) for a session to the timetable; contributions of the session go inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Local time in the event's timezone, ISO format without offset, e.g. 2026-10-05T14:30 | |
| title | No | Optional block title, e.g. 'Part 1' | |
| 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. | |
| session_id | Yes | ||
| duration_minutes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||