IGmailClientAsync.DeleteAppointmentAsync
IGmailClientAsync.DeleteAppointmentAsync method
Asynchronously deletes an appointment from the specified calendar.
public Task DeleteAppointmentAsync(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 representing the asynchronous operation.
See Also
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email