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
110
Custom New Appointment Dialog for UltraDayView and UltraMonthView
posted

I'm part of group for a college class that is working with a company to create a scheduling system and one of the requirements is to create a custom new appointment form.  Could someone give me an idea of how this is done or links to examples?  I have looked for awhile now but found nothing useful.

 Thanks.

 

  • 860
    posted

    I beleive you need to add a handler for the BeforeDisplayAppointmentDialog event for the CalendarInfo object which gets invoked before the standard dialog appears. you can then disaply your own form and add/update the appointment in the CalendarInfo. If you set the Cancel field of the DisplayAppointmentDialogEventArgs  argument to true that will ccancel the standard appointment form.

    Pat