Our pure JavaScript Scheduler component


Post by calendardeveloper »

I am using SchedulerPro. I have events on weekends as well. And I am using the weekends calendar to highlight weekends in a different color, and I had to mark them as isWorking: false

Because weekends are marked as isWorking: false, the events on weekends are rendered as milestones? I don't want that to happen. I read through the docs and saw that setting manuallyScheduled: true should do that but it's not doing that in my case.


Post by calendardeveloper »

Is there any other way to highlight the weekends visually if I don't make them nonWorking?


Post by alex.l »

Hi,

Please see https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges
Demo for Scheduler, but it will be all the same for Pro version https://bryntum.com/products/scheduler/examples/timeranges/
You can also apply different calendar for your manuallyScheduled task that will have this period as working time https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/EventModel#field-calendar

All the best,
Alex


Post Reply