search_events
Search for calendar events by keyword in titles or descriptions within specific date ranges using the iconnect-mcp server.
Instructions
Search events by keyword in title or description within a date range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keyword | |
| startDate | Yes | Start of range (ISO 8601, e.g. '2026-03-01T00:00:00Z') | |
| endDate | Yes | End of range (ISO 8601, e.g. '2026-03-31T23:59:59Z') | |
| limit | No | Max results (default: 50) |