bookingsAvailability resource type

Namespace: microsoft.graph

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

Properties

Property Type Description
availabilityType bookingsServiceAvailabilityType Availability type defined by the given bookingsAvailability. The possible values are: bookWhenStaffAreFree, notBookable, customWeeklyHours, unknownFutureValue.
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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.bookingsAvailability",
  "availabilityType": "String",
  "businessHours": [{"@odata.type": "microsoft.graph.bookingWorkHours"}]
}