MoveAppointment
Contents
[
Hide
]
IGmailClient.MoveAppointment method (1 of 2)
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
IGmailClient.MoveAppointment method (2 of 2)
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