bookingsAvailabilityWindow resource type

Namespace: microsoft.graph

Represents the availability details of a booking service in a scheduling policy between two dates.

Inherits from bookingsAvailability.

Properties

Property Type Description
availabilityType bookingsServiceAvailabilityType Availability type defined by the given bookingsAvailability. The possible values are: bookWhenStaffAreFree, notBookable, customWeeklyHours, unknownFutureValue. Inherited from bookingsAvailability.
businessHours bookingWorkHours collection The hours of operation in a week. The business hours value is set to null if the availability type isn't customWeeklyHours. Inherited from bookingsAvailability.
endDate Date End date of the availability window.
startDate Date Start date of the availability window.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.bookingsAvailabilityWindow",
  "availabilityType": "String",
  "businessHours": [{"@odata.type": "microsoft.graph.bookingWorkHours"}],
  "endDate": "String (Date)",
  "startDate": "String (Date)"
}