vibo_list_events
List your upcoming events as host or guest, with options to view past events, search by title, and paginate results.
Instructions
List the events you're part of (as host or guest). Defaults to upcoming events; pass past:true for events that have already happened. Optionally filter by a search query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search events by title. | |
| past | No | Return past events instead of upcoming (default false). | |
| skip | No | Number of items to skip, for paging (default 0). | |
| limit | No | Max items to return (default 20). |