list_events
Retrieve event schedules from cuebit, filtered by tag or start date range, to support planning and automation.
Instructions
List all events, optionally filtered by tag or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag (optional) | |
| after | No | ISO 8601 date — only events starting after this (optional) | |
| before | No | ISO 8601 date — only events starting before this (optional) |