attendeeAvailability 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.
The availability of an attendee.
Properties
Property | Type | Description |
---|---|---|
attendee | attendeeBase | The email address and type of attendee - whether it's a person or a resource, and whether required or optional if it's a person. |
availability | freeBusyStatus | The availability status of the attendee. Possible values are: free , tentative , busy , oof , workingElsewhere , unknown . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"attendee": {"@odata.type": "microsoft.graph.attendeeBase"},
"availability": "String"
}