calendar_list_upcoming_events
List the signed-in user's upcoming calendar events for the next few days, sorted soonest first. Returns event subject, start/end times, organizer, and online status to check your schedule.
Instructions
List the signed-in user's upcoming calendar events for the next N days, soonest first. Returns id, subject, start and end times, organiser and whether it is online. This is the tool for 'what's on my calendar'. Use calendar_list_events_in_range for a specific window, and calendar_get_event for full detail including the join URL. Requires Calendars.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | Number of days ahead to look (1-14) | |
| max_results | No | Maximum meetings to return |