Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.15 KB

File metadata and controls

45 lines (37 loc) · 1.15 KB
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

teamworkOnlineMeetingInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 which can be clicked on 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"}
}

Related content