Microsoft Graph · Schema

virtualEventExternalInformation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvirtualeventexternalinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.virtualEventExternalInformation",
  "title": "virtualEventExternalInformation",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string",
      "description": "Identifier of the application that hosts the externalEventId. Read-only.",
      "nullable": true
    },
    "externalEventId": {
      "type": "string",
      "description": "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.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}