| title | attendeeAvailability resource type |
|---|---|
| description | The availability of an attendee. |
| ms.localizationpriority | medium |
| author | vrod9429 |
| ms.subservice | outlook |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The availability of an attendee.
| 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. |
None.
The following JSON representation shows the resource type.
{
"attendee": {"@odata.type": "microsoft.graph.attendeeBase"},
"availability": "String"
}