I want to extend the data structure of an appointment. I have additional information (objects) which I need on every appointment.
Could anybody help me?
Looking at this solution to extend our Appointments all the way to the SQL Server data level.
I'm confused about the "-Member" suffix.
Has anyone found a good example or what Derek is talking about?
Is there an example of overriding AppointmentBinding class?
levon said: Is there a sample project out there that extends WebScheduleDataProvider?
Is there a sample project out there that extends WebScheduleDataProvider?
There is not, but it sure would make a good suggestion on the SDK & Samples forum.
BCSHroyer said: I've created the custom Appointment class, now how do I modify AppointmentAdd.ascx to show my custom properties?
I've created the custom Appointment class, now how do I modify AppointmentAdd.ascx to show my custom properties?
The WebSchedule Forms can be customized like any other ASP.NET page / user control as far as styling, rearrangement and addition of controls, as long as you make sure to keep the IDs on the required controls unchanged.
I'm not as familiar with the Javascript requirements for that side of the customization as I am with the requirements on the data provider end, so I'm afraid I can't help you with those details.