List events
civicrm_list_eventsList CiviEvent events with filters for upcoming and public events, returning ID, title, type, dates, and flags.
Instructions
List CiviEvent events. Defaults to upcoming only. Returns id, title, type, dates, public/online flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| public_only | No | Only return events with is_public=true. | |
| upcoming_only | No | Only return events whose end_date is today or later. |