events_attendee_schedule
Display all events a specific person is attending, with optional date range and year filters.
Instructions
Show all events a specific person is attending.
Args: person: Person's first name — e.g. "saurabh", "apurv", "priyam", "brandyn", or "arnab" start_date: Only show events from this date onward YYYY-MM-DD (default: today) end_date: Only show events up to this date YYYY-MM-DD (optional) year: Calendar year — "2025" or "2026" (default: "2026")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 2026 | |
| person | Yes | ||
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |