IGmailClientAsync.ListAppointmentInstancesAsync

IGmailClientAsync.ListAppointmentInstancesAsync method

Asynchronously retrieves all instances of a recurring appointment.

public Task<Appointment[]> ListAppointmentInstancesAsync(string calendarId, string appointmentId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarIdStringThe ID of the calendar.
appointmentIdStringThe ID of the appointment.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains an array of Appointment.

See Also