attendeeBase resource type

Namespace: microsoft.graph

The type of attendee.

Derived from recipient.

JSON representation

Here is a JSON representation of the resource

{
  "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.