Introducing Recurring Appointments for Web.UI Scheduler ASP.NET AJAX
Posted by: ComponentArt WebLogs,
on 06 Nov 2009 |
View original | Bookmarked: 0 time(s)
Web.UI 2009.2 saw the addition of the Scheduler for ASP.NET AJAX control, which handled one-time Appointment objects. With 2009.3 we have implemented RecurringAppointment objects, allowing one to define appointments that repeat and to fine tune the rules that describe that repetition pattern (SchedulerRecurrencePattern objects). Scheduler thus now contains two collection of objects, Appointments and RecurringAppointments. Exceptions, appointments that would otherwise...