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 The ExpandCalendar function returns the following value.

See also