title
virtualEventWebinar resource type
description
Contains information about a virtual event webinar.
author
frankpeng7
ms.localizationpriority
medium
ms.subservice
cloud-communications
doc_type
resourcePageType
ms.date
11/17/2024
virtualEventWebinar resource type
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer ]
Contains information about a virtual event webinar.
Inherits from virtualEvent .
Property
Type
Description
audience
meetingAudience
To whom the webinar is visible.
coOrganizers
communicationsUserIdentity collection
Identity information of coorganizers of the webinar.
createdBy
communicationsIdentitySet
Identity information for the creator of the webinar. Inherited from virtualEvent .
description
itemBody
Description of the webinar. Inherited from virtualEvent .
displayName
String
Display name of the webinar. Inherited from virtualEvent .
endDateTime
dateTimeTimeZone
End time of the webinar. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone .
externalEventInformation
virtualEventExternalInformation collection
The external information of a webinar. Returned only for event organizers or coorganizers; otherwise, null.
id
String
Unique identifier of the webinar. Inherited from virtualEvent .
settings
virtualEventSettings
The webinar settings. Inherited from virtualEvent .
startDateTime
dateTimeTimeZone
Start time of the webinar. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone .
status
virtualEventStatus
Status of the webinar.
Value
Description
everyone
The webinar is a public webinar. A public webinar is visible to everyone.
organization
The webinar is a private webinar. A private webinar is visible only within the same organization as the organizer.
unknownFutureValue
Evolvable enumeration sentinel value. Don't use.
virtualEventStatus values
Value
Description
draft
The virtual event is in draft and only visible to the organizer.
published
The organizer published the virtual event and it's visible to the audience.
canceled
The organizer canceled the virtual event.
unknownFutureValue
Evolvable enumeration sentinel value. Don't use.
The following JSON representation shows the resource type.
{
"@odata.type" : " #microsoft.graph.virtualEventWebinar" ,
"audience" : " String" ,
"coOrganizers" : [{"@odata.type" : " microsoft.graph.communicationsUserIdentity" }],
"createdBy" : {"@odata.type" : " microsoft.graph.communicationsIdentitySet" },
"description" : {"@odata.type" : " microsoft.graph.itemBody" },
"displayName" : " String" ,
"endDateTime" : {"@odata.type" : " microsoft.graph.dateTimeTimeZone" },
"externalEventInformation" : [{"@odata.type" : " microsoft.graph.virtualEventExternalInformation" }],
"id" : " String (identifier)" ,
"settings" : {"@odata.type" : " microsoft.graph.virtualEventSettings" },
"startDateTime" : {"@odata.type" : " microsoft.graph.dateTimeTimeZone" },
"status" : " String"
}
List meetingAttendanceReports