How Off-Day Highlighting Works
When a working calendar is active, the Gantt chart automatically applies a visual background highlight to timeline cells that fall on non-working days. These cells receive a distinct styling that makes it easy to identify when resources are unavailable. The highlighting applies to three layers of calendar data, each progressively more specific:1
Enable the Working Calendar
Open the page in edit mode and select the Gantt widget. Navigate to Widget Properties > Working Calendars and set Use Working Calendar to Yes.With this setting alone, the Gantt highlights weekends and any global off-days defined in the project working calendar. These cells appear shaded in every task row and resource row.
2
Enable User Calendar Highlighting
To show per-user off-days (personal vacation, sick leave, part-time schedules), enable user calendars:
- In Widget Properties > Working Calendars, set Load User Calendars to Yes.
- Ensure each user has a Calendar work item in Polarion with their personal off-days configured.
3
Enable Team Assignment Highlighting
For team-based resource management, you can also highlight days where a resource has zero team assignment hours:
- In Widget Properties > Working Calendars, set Load Team Assignments to Yes (this option appears only when both Use Working Calendar and Load User Calendars are enabled).
- Days where a resource has no assigned team hours are treated as unavailable and receive the off-day highlight.
The calendar widget parameters use progressive disclosure: Load User Calendars only appears when Use Working Calendar is enabled, and Load Team Assignments only appears when both previous options are enabled.
4
Customize Off-Day Appearance with CSS
To change the visual style of off-day cells, add a Script block widget to the page with custom CSS:Adjust the
background-color value to match your project’s visual standards. Lighter shades work well without obscuring task bars that span across off-days.