MoveAppointment
MoveAppointment (1 of 2)
Moves an appointment to another calendar.
Returns: Returns moved appointment.
MoveAppointment(System::String sourceCalendarId, System::String destinationCalendarId, System::String appointmentId)
| Parameter | Description |
|---|---|
| sourceCalendarId | Identifier of source calendar. |
| destinationCalendarId | Identifier of destination calendar. |
| appointmentId | Appointment identifier. |
MoveAppointment (2 of 2)
Moves an appointment to another calendar.
Returns: Returns moved appointment.
MoveAppointment(System::String sourceCalendarId, System::String destinationCalendarId, System::String appointmentId, bool sendNotifications)
| Parameter | Description |
|---|---|
| sourceCalendarId | Identifier of source calendar. |
| destinationCalendarId | Identifier of destination calendar. |
| appointmentId | Appointment identifier. |
| sendNotifications | Specifies whether notification should be sent. |