Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.06 KB

teamworkonlinemeetinginfo.md

File metadata and controls

42 lines (35 loc) · 1.06 KB
title description author ms.localizationpriority ms.subservice doc_type
teamworkOnlineMeetingInfo resource type
Represents details about an online meeting in Microsoft Teams.
jecha
medium
teams
resourcePageType

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 is a JSON representation of the resource.

{
  "calendarEventId": "string",
  "joinWebUrl": "string",
  "organizer": {"@odata.type": "microsoft.graph.teamworkUserIdentity"}
}

Related content