返回 Outlook Calendar
將 Knoon AI 與 Outlook Calendar (Microsoft) 連接以自動化 AI 工作流程。
List availability for booking in a calendar.
microsoftOutlookCalendarListAvailability
測試版
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| calendarId | file | ID of the calendar to search. | 是的 |
| start | mustache | Window start in ISO 8601 (e.g. "2025-11-20T09:00:00+08:00" or "2025-11-20T09:00:00"). Offset (if present) is used as the reference timezone. | 是的 |
| end | mustache | Window end in ISO 8601. Must be after start. Offset (if present) is used as the reference timezone. | 是的 |
| enforceWorkingHours | boolean | When true, clamp availability to the mailbox working hours. | 否 |
| durationMinutes | mustache | Duration (in minutes) to test whether a free range can fit, e.g. "30". | 是的 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| start | string | Range start in ISO 8601. |
| end | string | Range end in ISO 8601. |
| availability | string | Availability label for the range (one of "free", "busy", "unavailable" when durationMinutes cannot fit). |
| durationMinutes | number | Requested duration (in minutes) used for fit evaluation. |
| dayOfWeekLocal | string | Day of week for the range start in the requested/local timezone (e.g. "Monday"). |
| dayOfWeekUTC | string | Day of week for the range start in UTC (e.g. "Monday"). |