get_room_reservations
List confirmed room reservations for a location and time window, including room name, start and end times, booker, and reason.
Instructions
List all confirmed room reservations in a location within a time window.
Each reservation includes: room name, start/end time, who it is booked for, and reason. Requires a token with the 'Classic API' (legacy_api) scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Indico location/building name. | |
| from_dt | Yes | Start of window, YYYY-MM-DDTHH:MM. | |
| to_dt | Yes | End of window, YYYY-MM-DDTHH:MM. | |
| instance | No | Named Indico instance to query. Use only configured names. If omitted, the server default instance is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |