attendeeNotificationInfo 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.

Represents information about an external attendee.

Properties

Property Type Description
phoneNumber String The phone number of the external attendee. Required.
timeZone String The time zone of the external attendee. The timeZone property can be set to any of the time zones currently supported by Windows. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
 "phoneNumber": "String",
 "timeZone": "String",
}