evite_list_events
List your Evite events, with totals, and filter by status, title, or whether you host or are a guest.
Instructions
List your Evite events (GET /services/events/v1/). Returns events plus a totals breakdown. filterBy=others returns events where you are a guest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Evite's payload untouched. No field projection: this server has no verified record of which Evite fields matter, and inventing one would risk dropping a field a caller needs. | |
| filter | No | Free-text search over event titles. | |
| offset | No | Pagination offset. | |
| status | No | Repeatable status filter (upcoming, draft, archived, past, canceled). | |
| filterBy | No | Whose events to list: all, host (you are hosting), or others (you are a guest). | all |
| numResults | No | Page size. |