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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void InsertAppointment(
Appointment appointmentToInsert
)
Public Sub InsertAppointment (
appointmentToInsert As Appointment
)
public:
void InsertAppointment(
Appointment^ appointmentToInsert
)
member InsertAppointment :
appointmentToInsert : Appointment -> unit
Parameters
- appointmentToInsert
- Type: Kettic.AspNet.ControlsAppointment
The appointment to insert.
See Also