GoogleCalendarClient.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 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.