Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.31 KB

File metadata and controls

54 lines (42 loc) · 1.31 KB
title attendeeBase resource type
description The type of attendee.
ms.localizationpriority medium
author iamgirishck
ms.subservice calendar
doc_type resourcePageType
ms.date 04/03/2024

attendeeBase resource type

Namespace: microsoft.graph

The type of attendee.

Derived from recipient.

JSON representation

The following JSON representation shows the resource type.

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

Properties

Property Type Description
emailAddress emailAddress Includes the name and SMTP address of the attendee.
type attendeeType 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.