Skip to main content
outlook_search_events Full-text search across the user’s calendar events using KQL (Keyword Query Language) syntax. Searches subject, body, location, and attendees. Returns event previews with IDs you can pass to outlook_get_event for full details.

Parameters

Returns

An array of matching event objects with preview data.
KQL supports phrases ("exact phrase"), field-scoped queries (organizer:user@domain.com, location:"Room Name"), and boolean operators. For simple keyword searches, plain text works without any special syntax.

Example use

“Find all calendar events related to the Q3 planning review.”