attendeeBase resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.