Click or drag to resize
KaxScheduler Methods

The KaxScheduler type exposes the following members.

Methods
  Name Description
Public method CreateAppointment
Creates a new appointment instance. This method is used internally by KaxScheduler and can be used by custom appointment providers.
Public method Code example DisplayToUtc
Converts a date time object from client date format to UTC using the TimeZoneOffset property.
Public method Static member ExportToICalendar(Appointment)
Exports an appointment to iCalendar format.
Public method Static member ExportToICalendar(IEnumerableAppointment)
Exports the specified appointments to iCalendar format.
Public method Static member ExportToICalendar(AppointmentCollection)
Exports the specified appointments to iCalendar format.
Public method Static member ExportToICalendar(Appointment, TimeSpan)
Exports an appointment to iCalendar format.
Public method Static member ExportToICalendar(IEnumerableAppointment, TimeSpan)
Exports the specified appointments to iCalendar format.
Public method Static member ExportToICalendar(AppointmentCollection, TimeSpan)
Exports the specified appointments to iCalendar format.
Public method GetCallbackResult
Public method GetTimeSlotFromIndex
Retrieves a TimeSlot object from its client-side index
Public method HideEditForm
Hides the active insert or edit form (if any).
Public method InsertAppointment
Inserts the specified appointment in the Appointments collection, expands the series (if it is recurring) and inserts persists it through the provider.
Public method Code example PrepareToEdit
Prepares the specified appointment for editing.
Public method RaiseCallbackEvent
Public method Rebind
Public method RemoveAppointment
Deletes the appointment or the recurrence series it is part of.
Public method RemoveRecurrenceExceptions
Removes the associated recurrence exceptions through the provider.
Public method ShowAdvancedEditForm(Appointment)
Shows the advanced edit form.
Public method ShowAdvancedEditForm(Appointment, Boolean)
Shows the advanced edit form.
Public method ShowAdvancedInsertForm
Shows the advansed insert form.
Public method ShowAlldayInlineInsertForm
Shows the all-day inline insert form
Public method ShowInlineEditForm(Appointment)
Shows the inline edit form.
Public method ShowInlineEditForm(Appointment, Boolean)
Shows the inline edit form.
Public method ShowInlineInsertForm(DateTime)
Shows the inline insert form.
Public method ShowInlineInsertForm(ISchedulerTimeSlot)
Shows the inline insert form.
Public method Code example UpdateAppointment(Appointment)
Updates the specified appointment and persists the changes through the provider.
Public method Code example UpdateAppointment(Appointment, Appointment)
Updates the specified appointment and persists the changes through the provider. Use this overload when the underlying data source requires both original and modified data to perform an update operation. One such example is LinqDataSource.
Public method UtcDayStart
Returns the UTC date that corresponds to midnight on the client for the selected date.
Public method Code example UtcToDisplay
Converts a date time object from UTC to client date format using the TimeZoneOffset property.
Top
See Also