Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}