EventbriteClient.UpdateEventAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update event (V2)
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Eventbrite.Models.CreateEventResponse> UpdateEventAsync(string event, string organization, string startTimezone, string endTimezone, string eventCurrency, string name = default, string description = default, string start = default, string end = default, string organizer = default, string venue = default, string category = default, string password = default, string capacity = default, bool? shareable = default, bool? inviteOnly = default, bool? onlineEvent = default, bool? listed = default, bool? hideStartDate = default, bool? hideEndDate = default, bool? showRemaining = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateEventAsync : string * string * string * string * string * string * string * string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Eventbrite.Models.CreateEventResponse>
override this.UpdateEventAsync : string * string * string * string * string * string * string * string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Eventbrite.Models.CreateEventResponse>
Public Overridable Function UpdateEventAsync (event As String, organization As String, startTimezone As String, endTimezone As String, eventCurrency As String, Optional name As String = Nothing, Optional description As String = Nothing, Optional start As String = Nothing, Optional end As String = Nothing, Optional organizer As String = Nothing, Optional venue As String = Nothing, Optional category As String = Nothing, Optional password As String = Nothing, Optional capacity As String = Nothing, Optional shareable As Nullable(Of Boolean) = Nothing, Optional inviteOnly As Nullable(Of Boolean) = Nothing, Optional onlineEvent As Nullable(Of Boolean) = Nothing, Optional listed As Nullable(Of Boolean) = Nothing, Optional hideStartDate As Nullable(Of Boolean) = Nothing, Optional hideEndDate As Nullable(Of Boolean) = Nothing, Optional showRemaining As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateEventResponse)
Parameters
- event
- String
Event
- organization
- String
Organization
- startTimezone
- String
Start timezone
- endTimezone
- String
End timezone
- eventCurrency
- String
Event currency
- name
- String
Name
- description
- String
Description
- start
- String
Start
- end
- String
End
- organizer
- String
Organizer
- venue
- String
Venue
- category
- String
Category
- password
- String
Password
- capacity
- String
Capacity
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update event (V2) response.
Remarks
Update an existing event.