ย้อนกลับไปยัง Microsoft Booking
เชื่อมต่อ Knoon AI กับ Microsoft Booking (Microsoft) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List availability for booking in a calendar.
microsoftBookingListAvailability
เบต้า
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| businessId | file | Booking business. | ใช่ |
| startDate | mustache | Window start date/datetime in ISO 8601 (with offset preferred). Time portion optional. | ใช่ |
| endDate | mustache | Window end date/datetime in ISO 8601. Must be after startDate. | ใช่ |
| staffMemberIds | array (mustache) | Optional list of staff member IDs to evaluate availability (includes staff calendar busy time). | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| start | string | Range start in ISO 8601. |
| end | string | Range end in ISO 8601. |
| availability | string | Availability status for the range (one of "free" when all staff free, "limited" when some staff busy, "busy" when all staff busy, "unavailable" when durationMinutes cannot fit). |
| durationMinutes | number | Requested duration (in minutes) used for fit evaluation. |
| startDayOfWeekLocal | string | Day of week of the range start in local time (e.g. "Monday"). |
| startDayOfWeekUTC | string | Day of week of the range start in UTC (e.g. "Monday"). |
| endDayOfWeekLocal | string | Day of week of the range end in local time. |
| endDayOfWeekUTC | string | Day of week of the range end in UTC. |
| sensitive.availableStaffs.staffMemberId | string | Staff member ID. |