Page 1 of 1

[VUE] combine several calendars on Scheduler pro

Posted: Thu Apr 22, 2021 5:36 pm
by beotech

Hello,
We have set up a project calendar excluding weekends but we would like to be able to display some events on saturday or sunday (such as christmas this year).
We have set manuallyscheduled at true and added a freeHour calendar (with no intervals and unspecifiedTimeIsWorking as true) for these events but the constraint engine keeps moving the events to the following monday.
How could we solve this problem?

Many thanks


Re: [VUE] combine several calendars on Scheduler pro

Posted: Fri Apr 23, 2021 10:46 am
by Maxim Gorkovsky

Hello.
Reproduced, ticket opened here: https://github.com/bryntum/support/issues/2734 Thank you for report.


Re: [VUE] combine several calendars on Scheduler pro

Posted: Fri Apr 23, 2021 12:05 pm
by Maxim Gorkovsky

It turns out this is not really a bug. In project planning both resource and event have calendars. If none of those specify custom calendar then project calendar is used. When you assign calendar to the event, project has to solve following problem: when would this even end, if it can be worked on according to Event calendar, by resource with Resource calendar. So it takes time which is working both for event and resource, which makes weekend override useless.
One way to achieve expected behavior would be to define 24/7 calendar for all the resources.