Calendar Project Properties
Working Hours Properties
Custom Working Hours Function
For different working hours per resource, define a custom function in the Gantt Config Script widget parameter:Calendar Work Item Types
The working calendar system uses four dedicated work item types:Calendar Custom Fields
Eachcalendar work item uses the following custom fields to define the weekly schedule:
Use the format
HH:mm,HH:mm (e.g., 09:00,17:00 for a standard 8-hour day). Use - to mark a day as explicitly non-working. Leave the field empty to inherit hours from the parent calendar.Calendar Inheritance
Calendars support inheritance via theinherits from work item link role:
- A child calendar inherits base hours from its parent calendar
- Weekday fields left empty in the child calendar use the parent’s hours
- Weekday fields set explicitly in the child override the parent’s hours
- The
-value means explicitly non-working (does not inherit)
Resolution Order
When the Gantt chart calculates effective working hours for a specific date, it applies the following resolution order:Calendar Modes in Resource View
The resource view supports three calendar resolution modes that affect capacity calculation:Configuration Example
To connect a project to a central working calendar project:Related Pages
- Working Calendars Parameters — widget-level calendar settings
- Team and Resource Properties — team capacity and resource configuration
- Resource View Parameters — resource load modes and display options
- Item Script API — access calendar data in scripts