편집

다음을 통해 공유


availabilityItem resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Indicates the status of a staff member for a given time slot.

Properties

Property Type Description
endDateTime dateTimeTimeZone The end time of the time slot.
serviceId String Indicates the service ID for 1:n appointments. If the appointment is of type 1:n, this field is present, otherwise, null.
status bookingsAvailabilityStatus The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
startDateTime dateTimeTimeZone The start time of the time slot.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "endDateTime": "DateTimeInfo",
  "serviceId": "String",
  "status": "String",
  "startDateTime": "DateTimeInfo"
}