Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.38 KB

File metadata and controls

61 lines (46 loc) · 1.38 KB
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

attendeeAvailability resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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. The 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"
}