I would like to commit the information into the database once the user made some changes in the appointment. For instance, drag the appointment from 8AM to 9PM or from Tuesday to Wednesday. Is that the ultraCalendarInfo has any event handle to let me keep track such changes?
andersonloo,
There is no event off the UltraCalendarInfo object that fires when an appointment changes; however there are events off of the UI controls (UltraDayView, UltraWeekView, etc) that fire, such as the UltraDayView's AfterAppointmentsMoved and AfterAppointmentsResized events.
Hope this helps,
~Kim~