inherit_calendar

defines whether tasks should inherit work calendars from their summary parents

boolean inherit_calendar;

Available only in PRO Edition

Example

gantt.config.inherit_calendar = true;


Default value:

false

Related samples

Details

This functionality is available in the PRO edition only.

By default, tasks that don't have work calendar specified will use the global work calendar.

After setting this config to true, such tasks will use a calendar of their summary (project) parent task.

See also
Back to top