Click or drag to resize
KaxSchedulerRemoveAppointment Method
Deletes the appointment or the recurrence series it is part of.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void RemoveAppointment(
	Appointment appointmentToDelete,
	bool deleteSeries
)

Parameters

appointmentToDelete
Type: Kettic.AspNet.ControlsAppointment
The appointment to delete.
deleteSeries
Type: SystemBoolean
if set to true delete complete recurrence series.
Remarks
When deleting an appointment that is part of recurrence series and deleteSeries is set to false this method will update the master appointment to produce a recurrence exception.
See Also