QuerySchedule Function
Searches the specified resource for an available time block that matches the specified parameters.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
ResourceId
|
Edm.Guid | False | True | The resource. |
Start
|
Edm.DateTimeOffset | False | True | The start time for the scheduled block of time. |
End
|
Edm.DateTimeOffset | False | True | The end time for the scheduled block of time. |
TimeCodes
|
Collection(TimeCode) | False | True | The time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs |
Return type
Type | Nullable | Description |
---|---|---|
QueryScheduleResponse | False | Contains the response of the QuerySchedule function. |