Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Florante Kho on Aug 27, 2009 22:15
open dhtmlx forum
Multiple People Scheduler

Hi,

I am wondering if there is a way to show a month view for one single person. From the example here
http://www.dhtmlx.com/docs/products/dhtmlxScheduler/sample_units.html

It is only showing a daily schedule for each person.What if I want to see/print a weekly or monthly schedule for a single person, how will I do that?

Thanks

Florante

Answer posted by Support on Aug 28, 2009 01:30
There are two ways

a) you can load data for single person only ( scheduler can be reloaded with different data without page reloading ) 
b) you can use filtering ability of scheduler - this version doesn't provide public API for filtering, but underlying logic can be adjusted to output not all data to the view, but only records which accepted by some criteria. If such functionality is necessary in your case - we can provide a sample of such use-case.
Answer posted by Florante Kho on Aug 28, 2009 02:00

Thanks for the quick reply.

 

I would appreciate if you can provide example for both A and B. I am fairly new to this and hopefully can get going as fast as I could with all the available option.

 

Thanks

 

Florante