Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.38 KB

File metadata and controls

63 lines (47 loc) · 1.38 KB
title attendeeBase resource type
description The type of attendee.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice calendar
author iamgirishck
ms.date 03/21/2024

attendeeBase resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The type of attendee.

Derived from recipient.

Properties

Property Type Description
type String The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.
emailAddress emailAddress Includes the name and SMTP address of the attendee.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "type": "String",
  "emailAddress": {"@odata.type": "microsoft.graph.emailAddress"}
}