Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Return free/busy schedule information for users or resources
outlook__find_free_time
{ "type": "object", "properties": { "schedules": { "type": "array", "description": "Email addresses or schedule IDs to query" }, "startTime": { "type": "object", "description": "Window start dateTimeTimeZone object" }, "endTime": { "type": "object", "description": "Window end dateTimeTimeZone object" }, "availabilityViewInterval": { "type": "number", "description": "Availability view interval in minutes" } }, "required": [ "schedules", "startTime", "endTime" ], "description": "Input schema for the outlook__find_free_time tool." }