Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.33 KB

File metadata and controls

58 lines (44 loc) · 1.33 KB
title description ms.localizationpriority doc_type ms.subservice author
attendeeBase resource type
The type of attendee.
medium
resourcePageType
calendar
iamgirishck

attendeeBase resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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
type String The type of attendee. 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.