GoogleCalendarClient.UpdateEventAsync Method

Definition

Update an event

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleCalendar.Models.ResponseEvent> UpdateEventAsync(string calendarId, string eventId, Azure.Connectors.Sdk.GoogleCalendar.Models.PatchEvent input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateEventAsync : string * string * Azure.Connectors.Sdk.GoogleCalendar.Models.PatchEvent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleCalendar.Models.ResponseEvent>
override this.UpdateEventAsync : string * string * Azure.Connectors.Sdk.GoogleCalendar.Models.PatchEvent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.GoogleCalendar.Models.ResponseEvent>
Public Overridable Function UpdateEventAsync (calendarId As String, eventId As String, input As PatchEvent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResponseEvent)

Parameters

calendarId
String

Calendar ID

eventId
String

Event ID

input
PatchEvent

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Update an event response.

Remarks

This operation is used to update an existing event on a calendar.

Applies to