Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Appointment Changes
posted

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?

  • 5389
    Suggested Answer
    posted

    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~