Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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"
}