We have an application for which a TimeLine view will work perfectly. And my initial attempts to prototype the page, which will be served from within a WebObjects application, have been successful. I am using dhtmlxScheduler_v30_111025/samples/06_timeline/02_lines.html as my template.
But we need to have a way to block times per section. I assume that blocked times are a different color in the view. From my reading of the doc on ext/dhtmlxscheduler_limit.js, it blocks for all sections only. Or is that just what is most obviously documented?
We are scheduling meetings. Individual people need to have available and not available times and they are different for each person. We also need to have blocks marked as not available for intervals after and before each scheduled meeting. Is this possible?
It would be most convenient if the scheduler.parse() call that takes a list of time intervals would take a list of time intervals for events and for blocked intervals. Any method that would allow us to list blocked time intervals in this manner would work.