IGmailClientAsync.ListAppointmentInstancesAsync
IGmailClientAsync.ListAppointmentInstancesAsync method
Asynchronously retrieves all instances of a recurring appointment.
public Task<Appointment[]> ListAppointmentInstancesAsync(string calendarId, string appointmentId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendarId | String | The ID of the calendar. |
| appointmentId | String | The ID of the appointment. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains an array of Appointment.
See Also
- class Appointment
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email