Removes the appointment instance from the data store.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
function removeAppointments(appointments);

Parameters

appointments
Type: ArrayList
The appointment instance to be deleted.

See Also