attendeeAvailability resource type
Namespace: microsoft.graph
The availability of an attendee.
JSON representation
The following JSON representation shows the resource type.
{
"attendee": {"@odata.type": "microsoft.graph.attendeeBase"},
"availability": "String"
}
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. The possible values are: free , tentative , busy , oof , workingElsewhere , unknown . |