enables blocking priority for marked timespans
scheduler.config.overwrite_marked_timespans = false;
Marked timespans have different priority, depending on their settings. When several marked timespans of different priority are located inside the same section of the scheduler, only markers of the highest priority will be displayed by default.
Disable this setting in order to change this behavior and display all the defined markers:
scheduler.config.overwrite_marked_timespans = false;
added in v6.0
Back to top