IGmailClient.MoveAppointment
Contents
[
Hide
]MoveAppointment(string, string, string)
Moves an appointment to another calendar.
public Appointment MoveAppointment(string sourceCalendarId, string destinationCalendarId,
string appointmentId)
Parameter | Type | Description |
---|---|---|
sourceCalendarId | String | Identifier of source calendar. |
destinationCalendarId | String | Identifier of destination calendar. |
appointmentId | String | Appointment identifier. |
Return Value
Returns moved appointment.
See Also
- class Appointment
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
MoveAppointment(string, string, string, bool)
Moves an appointment to another calendar.
public Appointment MoveAppointment(string sourceCalendarId, string destinationCalendarId,
string appointmentId, bool sendNotifications)
Parameter | Type | Description |
---|---|---|
sourceCalendarId | String | Identifier of source calendar. |
destinationCalendarId | String | Identifier of destination calendar. |
appointmentId | String | Appointment identifier. |
sendNotifications | Boolean | Specifies whether notification should be sent. |
Return Value
Returns moved appointment.
See Also
- class Appointment
- interface IGmailClient
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email