| title | teamworkOnlineMeetingInfo resource type |
|---|---|
| description | Represents details about an online meeting in Microsoft Teams. |
| author | jecha |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents details about an online meeting in Microsoft Teams.
| Property | Type | Description |
|---|---|---|
| calendarEventId | String | The identifier of the calendar event associated with the meeting. |
| joinWebUrl | String | The URL which can be clicked on to join or uniquely identify the meeting. |
| organizer | teamworkUserIdentity | The organizer of the meeting. |
None.
The following JSON representation shows the resource type.
{
"calendarEventId": "string",
"joinWebUrl": "string",
"organizer": {"@odata.type": "microsoft.graph.teamworkUserIdentity"}
}