ExpandCalendar Function
Converts the calendar rules to an array of available time blocks for the specified period.
Bound entities
Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
calendar | entity |
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Start
|
Edm.DateTimeOffset | False | True | the start of the period to expand. |
End
|
Edm.DateTimeOffset | False | True | the end of the time period to expand. |
Return type
Type | Nullable | Description |
---|---|---|
ExpandCalendarResponse | False | Contains the response of the ExpandCalendar function. |