Skip to main content
outlook_list_events Lists calendar events, optionally filtered by date range. When both start_datetime and end_datetime are provided, returns recurring event instances within the range. Without a date range, returns upcoming events in chronological order with offset paging. Dates must be ISO 8601 UTC strings — e.g. "2024-06-01T00:00:00Z".

Parameters

Returns

An array of event objects, each with id, subject, start, end, isAllDay, attendees, organizer, location, isOnlineMeeting, onlineMeetingUrl, and webLink.

Example use

“What meetings do I have this week?”
“Show me all events on Monday 9 June.”