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)
ParameterDescription
sourceCalendarIdIdentifier of source calendar.
destinationCalendarIdIdentifier of destination calendar.
appointmentIdAppointment 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)
ParameterDescription
sourceCalendarIdIdentifier of source calendar.
destinationCalendarIdIdentifier of destination calendar.
appointmentIdAppointment identifier.
sendNotificationsSpecifies whether notification should be sent.