resourceCalendars

allows defining separate working calendars for resources

boolean resourceCalendars;

Example

webix.ui({
  view: "gantt",
  url: "https://docs.webix.com/gantt-backend/",
  resources: true,   resourceCalendars: true });

Related samples

Details

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.

See also
Back to top