Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.66 KB

File metadata and controls

47 lines (36 loc) · 1.66 KB
title virtualEventExternalInformation resource type
description Represents the external information for a virtual event.
author halleclottey-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 11/13/2024

virtualEventExternalInformation resource type

Namespace: microsoft.graph

Represents the external information for a virtual event.

The applicationId and externalEventId properties allow external event information to be associated with a virtual event.

Properties

Property Type Description
applicationId String Identifier of the application that hosts the externalEventId. Read-only.
externalEventId String The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.virtualEventExternalInformation",
  "applicationId": "String",
  "externalEventId": "String"
}

Related content