Click or drag to resize
KaxSchedulerInsertAppointment Method
Inserts the specified appointment in the Appointments collection, expands the series (if it is recurring) and inserts persists it through the provider.

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 InsertAppointment(
	Appointment appointmentToInsert
)

Parameters

appointmentToInsert
Type: Kettic.AspNet.ControlsAppointment
The appointment to insert.
See Also