Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get detailed free/busy schedule information
| Field | Value |
|---|---|
| Name | outlook__get_schedule |
| Group | Integrations |
{
"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__get_schedule tool."
}