KaxScheduler Methods |
The KaxScheduler type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CreateAppointment |
Creates a new appointment instance.
This method is used internally by KaxScheduler and can be used by custom appointment providers.
|
![]() ![]() |
DisplayToUtc |
Converts a date time object from client date format to UTC using the TimeZoneOffset property.
|
![]() ![]() |
ExportToICalendar(Appointment) |
Exports an appointment to iCalendar format.
|
![]() ![]() |
ExportToICalendar(IEnumerableAppointment) |
Exports the specified appointments to iCalendar format.
|
![]() ![]() |
ExportToICalendar(AppointmentCollection) |
Exports the specified appointments to iCalendar format.
|
![]() ![]() |
ExportToICalendar(Appointment, TimeSpan) |
Exports an appointment to iCalendar format.
|
![]() ![]() |
ExportToICalendar(IEnumerableAppointment, TimeSpan) |
Exports the specified appointments to iCalendar format.
|
![]() ![]() |
ExportToICalendar(AppointmentCollection, TimeSpan) |
Exports the specified appointments to iCalendar format.
|
![]() |
GetCallbackResult | |
![]() |
GetTimeSlotFromIndex |
Retrieves a TimeSlot object from its client-side index
|
![]() |
HideEditForm |
Hides the active insert or edit form (if any).
|
![]() |
InsertAppointment |
Inserts the specified appointment in the Appointments collection,
expands the series (if it is recurring) and inserts persists it through the provider.
|
![]() ![]() |
PrepareToEdit |
Prepares the specified appointment for editing.
|
![]() |
RaiseCallbackEvent | |
![]() |
Rebind | |
![]() |
RemoveAppointment |
Deletes the appointment or the recurrence series it is part of.
|
![]() |
RemoveRecurrenceExceptions |
Removes the associated recurrence exceptions through the provider.
|
![]() |
ShowAdvancedEditForm(Appointment) |
Shows the advanced edit form.
|
![]() |
ShowAdvancedEditForm(Appointment, Boolean) |
Shows the advanced edit form.
|
![]() |
ShowAdvancedInsertForm |
Shows the advansed insert form.
|
![]() |
ShowAlldayInlineInsertForm |
Shows the all-day inline insert form
|
![]() |
ShowInlineEditForm(Appointment) |
Shows the inline edit form.
|
![]() |
ShowInlineEditForm(Appointment, Boolean) |
Shows the inline edit form.
|
![]() |
ShowInlineInsertForm(DateTime) |
Shows the inline insert form.
|
![]() |
ShowInlineInsertForm(ISchedulerTimeSlot) |
Shows the inline insert form.
|
![]() ![]() |
UpdateAppointment(Appointment) |
Updates the specified appointment and persists the changes through the provider.
|
![]() ![]() |
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.
|
![]() |
UtcDayStart |
Returns the UTC date that corresponds to midnight on the client for the selected date.
|
![]() ![]() |
UtcToDisplay |
Converts a date time object from UTC to client date format using the TimeZoneOffset property.
|