outlook_find_meeting_times
Find optimal meeting times by checking attendee availability within a time range. Returns candidate slots matching the requested meeting duration.
Instructions
Find optimal meeting times for attendees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attendees | Yes | List of attendees to check availability for | |
| maxCandidates | No | Maximum number of time slots to return | |
| timeConstraint | No | Time range to search within | |
| meetingDuration | No | Duration of the meeting (ISO 8601 duration) |