teamworkOnlineMeetingInfo resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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

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