search_category_events
Retrieve events within an Indico category, using filters for date range and keyword to locate specific meetings or conferences.
Instructions
List events in an Indico category, optionally filtered by date range and keyword.
Returns a list of events with id, title, type, start/end times, location, and URL. Use get_event_details or get_event_contributions to drill into a specific event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | No | Indico category ID. Use 0 for the root (all public events). | |
| from_date | No | Start date filter, YYYY-MM-DD. | |
| to_date | No | End date filter, YYYY-MM-DD. | |
| keyword | No | Filter event titles by this keyword (case-insensitive). | |
| limit | No | Maximum number of events to return (default 50, max 1000). | |
| 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 |