ews_find_calendar_events
Search calendar events in a specified time window with optional subject, location, or attendee filters. Returns ID and change key for safe preview-confirm updates or cancellations.
Instructions
Read-only search for calendar events in a time window. Returns exact EWS id and changekey metadata for safe preview-confirm update or cancel flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ISO datetime with timezone | |
| end | Yes | ISO datetime with timezone | |
| subject_contains | No | Optional case-insensitive subject filter. | |
| location_contains | No | Optional case-insensitive location filter. | |
| organizer_email | No | Optional exact organizer email filter. | |
| attendee_email | No | Optional exact attendee or resource email filter. | |
| limit | No |