IGmailClientAsync.MoveAppointmentAsync
Contents
[
Hide
]MoveAppointmentAsync(string, string, string, CancellationToken)
Asynchronously moves an appointment to another calendar.
public Task<Appointment> MoveAppointmentAsync(string sourceCalendarId,
string destinationCalendarId, string appointmentId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| sourceCalendarId | String | The ID of the source calendar. |
| destinationCalendarId | String | The ID of the destination 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 the moved Appointment.
See Also
- class Appointment
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
MoveAppointmentAsync(string, string, string, bool, CancellationToken)
Asynchronously moves an appointment to another calendar with notification option.
public Task<Appointment> MoveAppointmentAsync(string sourceCalendarId,
string destinationCalendarId, string appointmentId, bool sendNotifications,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| sourceCalendarId | String | The ID of the source calendar. |
| destinationCalendarId | String | The ID of the destination calendar. |
| appointmentId | String | The ID of the appointment. |
| sendNotifications | Boolean | Whether to send notifications. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the moved Appointment.
See Also
- class Appointment
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email