teamworkOnlineMeetingInfo resource type
Namespace: microsoft.graph
Represents details about an online meeting in Microsoft Teams.
Properties
Property | Type | Description |
---|---|---|
calendarEventId | String | The identifier of the calendar event associated with the meeting. |
joinWebUrl | String | The URL that users click to join or uniquely identify the meeting. |
organizer | teamworkUserIdentity | The organizer of the meeting. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"calendarEventId": "string",
"joinWebUrl": "string",
"organizer": {"@odata.type": "microsoft.graph.teamworkUserIdentity"}
}