AJAX Calendar/Scheduling Controls
I see this is now available in 6.0, and I really need to use it for my current project. Any guidance as to what objects to create and what to put in the db?
I am trying to do a proof of conecpt for my company to purchase your product. I read here that you have recurring.
www.daypilot.org/daypilot-pro-6-0.html
But I need some info on setting these parameters ASAP. We use bit flags for each day of the recurrance. Any help would be great. or I have to find another solution to demo to them.
Please see the following tutorial on using recurrence in DayPilot:
The built-in mechanism uses a special VARCHAR field to store the recurrence information (specified using DataRecurrenceField). You can also translate custom fields to a rule using BeforeEventRecurrence event handler.
Since 6.3 release the recurrence is supported in all three main controls (Calendar, Scheduler, Month).
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java