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"
}