indico_unschedule_timetable_entry
Remove a timetable entry from an Indico event: conference contributions return to the unscheduled list, while meeting entries are deleted only if allowed.
Instructions
Remove an entry from the timetable.
In a conference, a contribution goes back to the unscheduled list. Anything else deletes data:
in meetings the contribution itself is deleted, and a session block is deleted with its schedule.
Those cases are refused unless the server runs with INDICO_ALLOW_DELETE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | ||
| 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 | |||