allows defining separate working calendars for resources
webix.ui({
view: "gantt",
url: "https://docs.webix.com/gantt-backend/",
resources: true, resourceCalendars: true });
The property comes in use when resources have irregular working hours and holidays defined.
If the property is set to true
, a special calendars collection will be loaded. Read more about collection structure here
This setting requires resources to be enabled.