Edit

Share via


staffAvailabilityItem resource type

Namespace: microsoft.graph

Represents the available and busy time slots of a Microsoft Bookings staff member.

Properties

Property Type Description
availabilityItems availabilityItem collection Each item in this collection indicates a slot and the status of the staff member.
staffId String The ID of the staff member.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "availabilityItems": [{"@odata.type": "microsoft.graph.availabilityItem"}],
  "staffId": "String"
}