title
virtualEventTownhall resource type
description
Represents information about a virtual event town hall.
author
frankpeng7
ms.localizationpriority
medium
ms.subservice
cloud-communications
doc_type
resourcePageType
ms.date
11/17/2024
virtualEventTownhall resource type
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer ]
Represents information about a virtual event town hall.
Inherits from virtualEvent .
Property
Type
Description
audience
meetingAudience
The audience to whom the town hall is visible. The possible values are: everyone, organization, unknownFutureValue.
coOrganizers
communicationsUserIdentity collection
Identity information of the coorganizers of the town hall.
createdBy
communicationsIdentitySet
Identity information of the creator of the town hall. Inherited from virtualEvent . Read-only.
description
itemBody
Description of the town hall. Inherited from virtualEvent .
displayName
String
Display name of the town hall. Inherited from virtualEvent .
endDateTime
dateTimeTimeZone
Date and time when the town hall ends. 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 . Inherited from virtualEvent .
externalEventInformation
virtualEventExternalInformation collection
The external information of a town hall. Returned only for event organizers or coorganizers; otherwise, null.
id
String
Unique identifier of the town hall. Inherited from virtualEvent . Read-only.
invitedAttendees
identity collection
The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity .
isInviteOnly
Boolean
Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization.
settings
virtualEventSettings
The town hall settings. Inherited from virtualEvent .
startDateTime
dateTimeTimeZone
Date and time when the town hall starts. 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 . Inherited from virtualEvent .
status
virtualEventStatus
Status of the town hall. The possible values are: draft, published, canceled, unknownFutureValue. Inherited from virtualEvent .
Value
Description
everyone
The town hall is open to anyone. Select this choice to include attendees from outside your organization.
organization
The town hall is open to people in your organization and guests of your organization.
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.virtualEventTownhall" ,
"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)" ,
"invitedAttendees" : [{"@odata.type" : " microsoft.graph.identity" }],
"isInviteOnly" : " Boolean" ,
"settings" : {"@odata.type" : " microsoft.graph.virtualEventSettings" },
"startDateTime" : {"@odata.type" : " microsoft.graph.dateTimeTimeZone" },
"status" : " String"
}