Microsoft Graph · Schema

virtualEventSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isAttendeeEmailNotificationEnabled boolean Indicates whether virtual event attendees receive email notifications.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvirtualeventsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.virtualEventSettings",
  "title": "virtualEventSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isAttendeeEmailNotificationEnabled": {
      "type": "boolean",
      "description": "Indicates whether virtual event attendees receive email notifications.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}