Search Available Times
garoon-search-available-timesSearch for open time slots for specified attendees or facilities within given time ranges in Garoon, using a configurable interval to find meeting times.
Instructions
Search for available time slots for specified attendee or facility within given time ranges in Garoon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attendees | No | List of attendees to check availability for | |
| facilities | No | List of facilities to check availability for | |
| timeRanges | Yes | List of time ranges to search for available times | |
| timeInterval | Yes | Time interval for available time slots | |
| facilitySearchCondition | No | Logical operator for combining multiple facility search conditions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message. Present on error | |
| result | No | Result of the operation. Present on success | |
| status | No | HTTP status code from the Garoon API. Present only when the error is an HTTP error response | |
| responseText | No | Raw response body from the Garoon API. Present only when the error is an HTTP error response |