Share via


Update-MgVirtualEventTownhall

Update the properties of a virtualEventTownhall object. Only the Organizer and Co-organizer can make changes to a townhall event.

Note

To view the beta release of this cmdlet, view Update-MgBetaVirtualEventTownhall

Syntax

UpdateExpanded (Default)

Update-MgVirtualEventTownhall
    -VirtualEventTownhallId <string>
    [-ResponseHeadersVariable <string>]
    [-AdditionalProperties <hashtable>]
    [-Audience <string>]
    [-CoOrganizers <IMicrosoftGraphCommunicationsUserIdentity[]>]
    [-CreatedBy <IMicrosoftGraphCommunicationsIdentitySet>]
    [-Description <IMicrosoftGraphItemBody>]
    [-DisplayName <string>]
    [-EndDateTime <IMicrosoftGraphDateTimeZone>]
    [-ExternalEventInformation <IMicrosoftGraphVirtualEventExternalInformation[]>]
    [-Id <string>]
    [-InvitedAttendees <IMicrosoftGraphIdentity[]>]
    [-IsInviteOnly]
    [-Presenters <IMicrosoftGraphVirtualEventPresenter[]>]
    [-Sessions <IMicrosoftGraphVirtualEventSession[]>]
    [-Settings <IMicrosoftGraphVirtualEventSettings>]
    [-StartDateTime <IMicrosoftGraphDateTimeZone>]
    [-Status <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Update

Update-MgVirtualEventTownhall
    -VirtualEventTownhallId <string>
    -BodyParameter <IMicrosoftGraphVirtualEventTownhall>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

UpdateViaIdentityExpanded

Update-MgVirtualEventTownhall
    -InputObject <IBookingsIdentity>
    [-ResponseHeadersVariable <string>]
    [-AdditionalProperties <hashtable>]
    [-Audience <string>]
    [-CoOrganizers <IMicrosoftGraphCommunicationsUserIdentity[]>]
    [-CreatedBy <IMicrosoftGraphCommunicationsIdentitySet>]
    [-Description <IMicrosoftGraphItemBody>]
    [-DisplayName <string>]
    [-EndDateTime <IMicrosoftGraphDateTimeZone>]
    [-ExternalEventInformation <IMicrosoftGraphVirtualEventExternalInformation[]>]
    [-Id <string>]
    [-InvitedAttendees <IMicrosoftGraphIdentity[]>]
    [-IsInviteOnly]
    [-Presenters <IMicrosoftGraphVirtualEventPresenter[]>]
    [-Sessions <IMicrosoftGraphVirtualEventSession[]>]
    [-Settings <IMicrosoftGraphVirtualEventSettings>]
    [-StartDateTime <IMicrosoftGraphDateTimeZone>]
    [-Status <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

UpdateViaIdentity

Update-MgVirtualEventTownhall
    -InputObject <IBookingsIdentity>
    -BodyParameter <IMicrosoftGraphVirtualEventTownhall>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Update the properties of a virtualEventTownhall object. Only the Organizer and Co-organizer can make changes to a townhall event.

Examples

Example 1: Code snippet


Import-Module Microsoft.Graph.Bookings

$params = @{
	startDateTime = @{
		dateTime = "2024-03-31T10:00:00"
		timeZone = "Pacific Standard Time"
	}
	endDateTime = @{
		dateTime = "2024-03-31T17:00:00"
		timeZone = "Pacific Standard Time"
	}
}

Update-MgVirtualEventTownhall -VirtualEventTownhallId $virtualEventTownhallId -BodyParameter $params

This example shows how to use the Update-MgVirtualEventTownhall Cmdlet.

Parameters

-AdditionalProperties

Additional Parameters

Parameter properties

Type:System.Collections.Hashtable
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Audience

meetingAudience

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BodyParameter

virtualEventTownhall To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventTownhall
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
Update
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Break

Wait for .NET debugger to attach

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CoOrganizers

Identity information of the coorganizers of the town hall. To construct, see NOTES section for COORGANIZERS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommunicationsUserIdentity[]

Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CreatedBy

communicationsIdentitySet To construct, see NOTES section for CREATEDBY properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphCommunicationsIdentitySet
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Description

itemBody To construct, see NOTES section for DESCRIPTION properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemBody
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DisplayName

The display name of the virtual event.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EndDateTime

dateTimeTimeZone To construct, see NOTES section for ENDDATETIME properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDateTimeZone
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ExternalEventInformation

The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. To construct, see NOTES section for EXTERNALEVENTINFORMATION properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventExternalInformation[]

Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Headers

Optional headers that will be added to the request.

Parameter properties

Type:System.Collections.IDictionary
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelineAppend

SendAsync Pipeline Steps to be appended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelinePrepend

SendAsync Pipeline Steps to be prepended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Id

The unique identifier for an entity. Read-only.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IBookingsIdentity
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-InvitedAttendees

The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity. To construct, see NOTES section for INVITEDATTENDEES properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentity[]

Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IsInviteOnly

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.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Presenters

The virtual event presenters. To construct, see NOTES section for PRESENTERS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventPresenter[]

Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Proxy

The URI for the proxy server to use

Parameter properties

Type:System.Uri
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProxyCredential

Credentials for a proxy server to use for the remote call

Parameter properties

Type:System.Management.Automation.PSCredential
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProxyUseDefaultCredentials

Use the default credentials for the proxy

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False
Aliases:RHV

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Sessions

The sessions for the virtual event. To construct, see NOTES section for SESSIONS properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventSession[]

Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Settings

virtualEventSettings To construct, see NOTES section for SETTINGS properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventSettings
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-StartDateTime

dateTimeTimeZone To construct, see NOTES section for STARTDATETIME properties and create a hash table.

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDateTimeZone
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Status

virtualEventStatus

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
UpdateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VirtualEventTownhallId

The unique identifier of virtualEventTownhall

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

UpdateExpanded
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Update
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Runs the command in a mode that only reports what would happen without performing the actions.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.Graph.PowerShell.Models.IBookingsIdentity

{{ Fill in the Description }}

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventTownhall

{{ Fill in the Description }}

System.Collections.IDictionary

{{ Fill in the Description }}

Outputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphVirtualEventTownhall

{{ Fill in the Description }}

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IMicrosoftGraphVirtualEventTownhall>: virtualEventTownhall [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphCommunicationsIdentitySet>]: communicationsIdentitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [ApplicationInstance <IMicrosoftGraphIdentity>]: identity [AssertedIdentity <IMicrosoftGraphIdentity>]: identity [AzureCommunicationServicesUser <IMicrosoftGraphIdentity>]: identity [Encrypted <IMicrosoftGraphIdentity>]: identity [EndpointType <String>]: endpointType [Guest <IMicrosoftGraphIdentity>]: identity [OnPremises <IMicrosoftGraphIdentity>]: identity [Phone <IMicrosoftGraphIdentity>]: identity [Description <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [DisplayName <String>]: The display name of the virtual event. [EndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone [(Any) <Object>]: This indicates any property can be added to this object. [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values. [ExternalEventInformation <IMicrosoftGraphVirtualEventExternalInformation[]>]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [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. [Presenters <IMicrosoftGraphVirtualEventPresenter[]>]: The virtual event presenters. [Id <String>]: The unique identifier for an entity. Read-only. [Email <String>]: Email address of the presenter. [Identity <IMicrosoftGraphIdentity>]: identity [PresenterDetails <IMicrosoftGraphVirtualEventPresenterDetails>]: virtualEventPresenterDetails [(Any) <Object>]: This indicates any property can be added to this object. [Bio <IMicrosoftGraphItemBody>]: itemBody [Company <String>]: The presenter's company name. [JobTitle <String>]: The presenter's job title. [LinkedInProfileWebUrl <String>]: The presenter's LinkedIn profile URL. [PersonalSiteWebUrl <String>]: The presenter's personal website URL. [Photo <Byte[]>]: The content stream of the presenter's photo. [TwitterProfileWebUrl <String>]: The presenter's Twitter profile URL. [Sessions <IMicrosoftGraphVirtualEventSession[]>]: The sessions for the virtual event. [AllowAttendeeToEnableCamera <Boolean?>]: Indicates whether attendees can turn on their camera. [AllowAttendeeToEnableMic <Boolean?>]: Indicates whether attendees can turn on their microphone. [AllowBreakoutRooms <Boolean?>]: Indicates whether breakout rooms are enabled for the meeting. [AllowCopyingAndSharingMeetingContent <Boolean?>]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. [AllowLiveShare <String>]: meetingLiveShareOptions [AllowMeetingChat <String>]: meetingChatMode [AllowParticipantsToChangeName <Boolean?>]: Specifies if participants are allowed to rename themselves in an instance of the meeting. [AllowPowerPointSharing <Boolean?>]: Indicates whether PowerPoint live is enabled for the meeting. [AllowRecording <Boolean?>]: Indicates whether recording is enabled for the meeting. [AllowTeamworkReactions <Boolean?>]: Indicates if Teams reactions are enabled for the meeting. [AllowTranscription <Boolean?>]: Indicates whether transcription is enabled for the meeting. [AllowWhiteboard <Boolean?>]: Indicates whether whiteboard is enabled for the meeting. [AllowedLobbyAdmitters <String>]: allowedLobbyAdmitterRoles [AllowedPresenters <String>]: onlineMeetingPresenters [AttendanceReports <IMicrosoftGraphMeetingAttendanceReport[]>]: The attendance reports of an online meeting. Read-only. [Id <String>]: The unique identifier for an entity. Read-only. [AttendanceRecords <IMicrosoftGraphAttendanceRecord[]>]: List of attendance records of an attendance report. Read-only. [Id <String>]: The unique identifier for an entity. Read-only. [AttendanceIntervals <IMicrosoftGraphAttendanceInterval[]>]: List of time periods between joining and leaving a meeting. [DurationInSeconds <Int32?>]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. [JoinDateTime <DateTime?>]: The time the attendee joined in UTC. [LeaveDateTime <DateTime?>]: The time the attendee left in UTC. [EmailAddress <String>]: Email address of the user associated with this attendance record. [ExternalRegistrationInformation <IMicrosoftGraphVirtualEventExternalRegistrationInformation>]: virtualEventExternalRegistrationInformation [(Any) <Object>]: This indicates any property can be added to this object. [Referrer <String>]: A URL or string that represents the location from which the registrant registered. Optional. [RegistrationId <String>]: The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters. [Identity <IMicrosoftGraphIdentity>]: identity [RegistrationId <String>]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. [Role <String>]: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds <Int32?>]: Total duration of the attendances in seconds. [ExternalEventInformation <IMicrosoftGraphVirtualEventExternalInformation[]>]: The external information of a virtual event. Returned only for event organizers or coorganizers. Read-only. [MeetingEndDateTime <DateTime?>]: UTC time when the meeting ended. Read-only. [MeetingStartDateTime <DateTime?>]: UTC time when the meeting started. Read-only. [TotalParticipantCount <Int32?>]: Total number of participants. Read-only. [AudioConferencing <IMicrosoftGraphAudioConferencing>]: audioConferencing [(Any) <Object>]: This indicates any property can be added to this object. [ConferenceId <String>]: The conference id of the online meeting. [DialinUrl <String>]: A URL to the externally-accessible web page that contains dial-in information. [TollFreeNumber <String>]: The toll-free number that connects to the Audio Conference Provider. [TollFreeNumbers <String[]>]: List of toll-free numbers that are displayed in the meeting invite. [TollNumber <String>]: The toll number that connects to the Audio Conference Provider. [TollNumbers <String[]>]: List of toll numbers that are displayed in the meeting invite. [ChatInfo <IMicrosoftGraphChatInfo>]: chatInfo [(Any) <Object>]: This indicates any property can be added to this object. [MessageId <String>]: The unique identifier of a message in a Microsoft Teams channel. [ReplyChainMessageId <String>]: The ID of the reply message. [ThreadId <String>]: The unique identifier for a thread in Microsoft Teams. [ChatRestrictions <IMicrosoftGraphChatRestrictions>]: chatRestrictions [(Any) <Object>]: This indicates any property can be added to this object. [AllowTextOnly <Boolean?>]: Indicates whether only text is allowed in the meeting chat. Optional. [IsEndToEndEncryptionEnabled <Boolean?>]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. [IsEntryExitAnnounced <Boolean?>]: Indicates whether to announce when callers join or leave. [JoinInformation <IMicrosoftGraphItemBody>]: itemBody [JoinMeetingIdSettings <IMicrosoftGraphJoinMeetingIdSettings>]: joinMeetingIdSettings [(Any) <Object>]: This indicates any property can be added to this object. [IsPasscodeRequired <Boolean?>]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. [JoinMeetingId <String>]: The meeting ID to be used to join a meeting. Optional. Read-only. [Passcode <String>]: The passcode to join a meeting. Optional. Read-only. [JoinWebUrl <String>]: The join URL of the online meeting. Read-only. [LobbyBypassSettings <IMicrosoftGraphLobbyBypassSettings>]: lobbyBypassSettings [(Any) <Object>]: This indicates any property can be added to this object. [IsDialInBypassEnabled <Boolean?>]: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. [Scope <String>]: lobbyBypassScope [RecordAutomatically <Boolean?>]: Indicates whether to record the meeting automatically. [ShareMeetingChatHistoryDefault <String>]: meetingChatHistoryDefaultMode [Subject <String>]: The subject of the online meeting. [VideoTeleconferenceId <String>]: The video teleconferencing ID. Read-only. [WatermarkProtection <IMicrosoftGraphWatermarkProtectionValues>]: watermarkProtectionValues [(Any) <Object>]: This indicates any property can be added to this object. [IsEnabledForContentSharing <Boolean?>]: Indicates whether to apply a watermark to any shared content. [IsEnabledForVideo <Boolean?>]: Indicates whether to apply a watermark to everyone's video feed. [Id <String>]: The unique identifier for an entity. Read-only. [EndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone [VideoOnDemandWebUrl <String>]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. [Settings <IMicrosoftGraphVirtualEventSettings>]: virtualEventSettings [(Any) <Object>]: This indicates any property can be added to this object. [IsAttendeeEmailNotificationEnabled <Boolean?>]: Indicates whether virtual event attendees receive email notifications. [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone [Status <String>]: virtualEventStatus [Id <String>]: The unique identifier for an entity. Read-only. [Audience <String>]: meetingAudience [CoOrganizers <IMicrosoftGraphCommunicationsUserIdentity[]>]: Identity information of the coorganizers of the town hall. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [TenantId <String>]: The user's tenant ID. [InvitedAttendees <IMicrosoftGraphIdentity[]>]: 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.

COORGANIZERS <IMicrosoftGraphCommunicationsUserIdentity[]>: Identity information of the coorganizers of the town hall. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [TenantId <String>]: The user's tenant ID.

CREATEDBY <IMicrosoftGraphCommunicationsIdentitySet>: communicationsIdentitySet [(Any) <Object>]: This indicates any property can be added to this object. [Application <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [ApplicationInstance <IMicrosoftGraphIdentity>]: identity [AssertedIdentity <IMicrosoftGraphIdentity>]: identity [AzureCommunicationServicesUser <IMicrosoftGraphIdentity>]: identity [Encrypted <IMicrosoftGraphIdentity>]: identity [EndpointType <String>]: endpointType [Guest <IMicrosoftGraphIdentity>]: identity [OnPremises <IMicrosoftGraphIdentity>]: identity [Phone <IMicrosoftGraphIdentity>]: identity

DESCRIPTION <IMicrosoftGraphItemBody>: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType

ENDDATETIME <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone [(Any) <Object>]: This indicates any property can be added to this object. [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

EXTERNALEVENTINFORMATION <IMicrosoftGraphVirtualEventExternalInformation[]>: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. [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.

INPUTOBJECT <IBookingsIdentity>: Identity Parameter [AttendanceRecordId <String>]: The unique identifier of attendanceRecord [BookingAppointmentId <String>]: The unique identifier of bookingAppointment [BookingBusinessId <String>]: The unique identifier of bookingBusiness [BookingCurrencyId <String>]: The unique identifier of bookingCurrency [BookingCustomQuestionId <String>]: The unique identifier of bookingCustomQuestion [BookingCustomerBaseId <String>]: The unique identifier of bookingCustomerBase [BookingServiceId <String>]: The unique identifier of bookingService [BookingStaffMemberBaseId <String>]: The unique identifier of bookingStaffMemberBase [Email <String>]: Alternate key of virtualEventRegistration [MeetingAttendanceReportId <String>]: The unique identifier of meetingAttendanceReport [Role <String>]: Usage: role='{role}' [UserId <String>]: Usage: userId='{userId}' [VirtualEventId <String>]: The unique identifier of virtualEvent [VirtualEventPresenterId <String>]: The unique identifier of virtualEventPresenter [VirtualEventRegistrationId <String>]: The unique identifier of virtualEventRegistration [VirtualEventRegistrationQuestionBaseId <String>]: The unique identifier of virtualEventRegistrationQuestionBase [VirtualEventSessionId <String>]: The unique identifier of virtualEventSession [VirtualEventTownhallId <String>]: The unique identifier of virtualEventTownhall [VirtualEventWebinarId <String>]: The unique identifier of virtualEventWebinar

INVITEDATTENDEES <IMicrosoftGraphIdentity[]>: The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.

PRESENTERS <IMicrosoftGraphVirtualEventPresenter[]>: The virtual event presenters. [Id <String>]: The unique identifier for an entity. Read-only. [Email <String>]: Email address of the presenter. [Identity <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [PresenterDetails <IMicrosoftGraphVirtualEventPresenterDetails>]: virtualEventPresenterDetails [(Any) <Object>]: This indicates any property can be added to this object. [Bio <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [Company <String>]: The presenter's company name. [JobTitle <String>]: The presenter's job title. [LinkedInProfileWebUrl <String>]: The presenter's LinkedIn profile URL. [PersonalSiteWebUrl <String>]: The presenter's personal website URL. [Photo <Byte[]>]: The content stream of the presenter's photo. [TwitterProfileWebUrl <String>]: The presenter's Twitter profile URL.

SESSIONS <IMicrosoftGraphVirtualEventSession[]>: The sessions for the virtual event. [AllowAttendeeToEnableCamera <Boolean?>]: Indicates whether attendees can turn on their camera. [AllowAttendeeToEnableMic <Boolean?>]: Indicates whether attendees can turn on their microphone. [AllowBreakoutRooms <Boolean?>]: Indicates whether breakout rooms are enabled for the meeting. [AllowCopyingAndSharingMeetingContent <Boolean?>]: Indicates whether the ability to copy and share meeting content is enabled for the meeting. [AllowLiveShare <String>]: meetingLiveShareOptions [AllowMeetingChat <String>]: meetingChatMode [AllowParticipantsToChangeName <Boolean?>]: Specifies if participants are allowed to rename themselves in an instance of the meeting. [AllowPowerPointSharing <Boolean?>]: Indicates whether PowerPoint live is enabled for the meeting. [AllowRecording <Boolean?>]: Indicates whether recording is enabled for the meeting. [AllowTeamworkReactions <Boolean?>]: Indicates if Teams reactions are enabled for the meeting. [AllowTranscription <Boolean?>]: Indicates whether transcription is enabled for the meeting. [AllowWhiteboard <Boolean?>]: Indicates whether whiteboard is enabled for the meeting. [AllowedLobbyAdmitters <String>]: allowedLobbyAdmitterRoles [AllowedPresenters <String>]: onlineMeetingPresenters [AttendanceReports <IMicrosoftGraphMeetingAttendanceReport[]>]: The attendance reports of an online meeting. Read-only. [Id <String>]: The unique identifier for an entity. Read-only. [AttendanceRecords <IMicrosoftGraphAttendanceRecord[]>]: List of attendance records of an attendance report. Read-only. [Id <String>]: The unique identifier for an entity. Read-only. [AttendanceIntervals <IMicrosoftGraphAttendanceInterval[]>]: List of time periods between joining and leaving a meeting. [DurationInSeconds <Int32?>]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. [JoinDateTime <DateTime?>]: The time the attendee joined in UTC. [LeaveDateTime <DateTime?>]: The time the attendee left in UTC. [EmailAddress <String>]: Email address of the user associated with this attendance record. [ExternalRegistrationInformation <IMicrosoftGraphVirtualEventExternalRegistrationInformation>]: virtualEventExternalRegistrationInformation [(Any) <Object>]: This indicates any property can be added to this object. [Referrer <String>]: A URL or string that represents the location from which the registrant registered. Optional. [RegistrationId <String>]: The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters. [Identity <IMicrosoftGraphIdentity>]: identity [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [RegistrationId <String>]: Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar. [Role <String>]: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds <Int32?>]: Total duration of the attendances in seconds. [ExternalEventInformation <IMicrosoftGraphVirtualEventExternalInformation[]>]: The external information of a virtual event. Returned only for event organizers or coorganizers. Read-only. [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. [MeetingEndDateTime <DateTime?>]: UTC time when the meeting ended. Read-only. [MeetingStartDateTime <DateTime?>]: UTC time when the meeting started. Read-only. [TotalParticipantCount <Int32?>]: Total number of participants. Read-only. [AudioConferencing <IMicrosoftGraphAudioConferencing>]: audioConferencing [(Any) <Object>]: This indicates any property can be added to this object. [ConferenceId <String>]: The conference id of the online meeting. [DialinUrl <String>]: A URL to the externally-accessible web page that contains dial-in information. [TollFreeNumber <String>]: The toll-free number that connects to the Audio Conference Provider. [TollFreeNumbers <String[]>]: List of toll-free numbers that are displayed in the meeting invite. [TollNumber <String>]: The toll number that connects to the Audio Conference Provider. [TollNumbers <String[]>]: List of toll numbers that are displayed in the meeting invite. [ChatInfo <IMicrosoftGraphChatInfo>]: chatInfo [(Any) <Object>]: This indicates any property can be added to this object. [MessageId <String>]: The unique identifier of a message in a Microsoft Teams channel. [ReplyChainMessageId <String>]: The ID of the reply message. [ThreadId <String>]: The unique identifier for a thread in Microsoft Teams. [ChatRestrictions <IMicrosoftGraphChatRestrictions>]: chatRestrictions [(Any) <Object>]: This indicates any property can be added to this object. [AllowTextOnly <Boolean?>]: Indicates whether only text is allowed in the meeting chat. Optional. [IsEndToEndEncryptionEnabled <Boolean?>]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. [IsEntryExitAnnounced <Boolean?>]: Indicates whether to announce when callers join or leave. [JoinInformation <IMicrosoftGraphItemBody>]: itemBody [(Any) <Object>]: This indicates any property can be added to this object. [Content <String>]: The content of the item. [ContentType <String>]: bodyType [JoinMeetingIdSettings <IMicrosoftGraphJoinMeetingIdSettings>]: joinMeetingIdSettings [(Any) <Object>]: This indicates any property can be added to this object. [IsPasscodeRequired <Boolean?>]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. [JoinMeetingId <String>]: The meeting ID to be used to join a meeting. Optional. Read-only. [Passcode <String>]: The passcode to join a meeting. Optional. Read-only. [JoinWebUrl <String>]: The join URL of the online meeting. Read-only. [LobbyBypassSettings <IMicrosoftGraphLobbyBypassSettings>]: lobbyBypassSettings [(Any) <Object>]: This indicates any property can be added to this object. [IsDialInBypassEnabled <Boolean?>]: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. [Scope <String>]: lobbyBypassScope [RecordAutomatically <Boolean?>]: Indicates whether to record the meeting automatically. [ShareMeetingChatHistoryDefault <String>]: meetingChatHistoryDefaultMode [Subject <String>]: The subject of the online meeting. [VideoTeleconferenceId <String>]: The video teleconferencing ID. Read-only. [WatermarkProtection <IMicrosoftGraphWatermarkProtectionValues>]: watermarkProtectionValues [(Any) <Object>]: This indicates any property can be added to this object. [IsEnabledForContentSharing <Boolean?>]: Indicates whether to apply a watermark to any shared content. [IsEnabledForVideo <Boolean?>]: Indicates whether to apply a watermark to everyone's video feed. [Id <String>]: The unique identifier for an entity. Read-only. [EndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone [(Any) <Object>]: This indicates any property can be added to this object. [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values. [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone [VideoOnDemandWebUrl <String>]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings.

SETTINGS <IMicrosoftGraphVirtualEventSettings>: virtualEventSettings [(Any) <Object>]: This indicates any property can be added to this object. [IsAttendeeEmailNotificationEnabled <Boolean?>]: Indicates whether virtual event attendees receive email notifications.

STARTDATETIME <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone [(Any) <Object>]: This indicates any property can be added to this object. [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.