Resource Calendar
The Resource Calendar is used by the Scheduling & Execution features of Intuiflow. Each Resource has a reference called ResourceCalendar and that is one of these entities. A Resource Calendar can be for all locations, or for a specific location.
This import is actually made up of two files. The base is the Resource Calendar Day, which defines capacity for one two three shifts. The second is the Resource Calendar itself, built out of the individual Resource Calendar Day items.
Each Resource Calendar Day must have at least the first shift defined, and time values are in the form HH:MM such as 10:30 to represent 10:30 AM.
These calendars can have a null value for Location which indicates it can apply to all locations.
The ⭐ indicates a required field.
Resource Calendar Day
Name ⭐
text(50)
The name for the Resource Calendar Day.
Location
text(32)
Optional named location.
Shift1BeginTime ⭐
datetime
Required, at least one shift must be defined.
Shift1EndTime ⭐
datetime
Required, at least one shift must be defined.
Shift2BeginTime
datetime
Shift2EndTime
datetime
Shift3BeginTime
datetime
Shift3EndTime
datetime
Resource Calendar
This second import builds the actual Resource Calendar, used by Resources. The import must have at least one day defined.
Name ⭐
text(50)
The name of the Resource Calendar.
Location
text(30)
Optional named location.
Sunday ⭐
text(50)
An optional named Resource Calendar Day.
Monday ⭐
text(50)
An optional named Resource Calendar Day.
Tuesday ⭐
text(50)
An optional named Resource Calendar Day.
Wednesday ⭐
text(50)
An optional named Resource Calendar Day.
Thursday ⭐
text(50)
An optional named Resource Calendar Day.
Friday ⭐
text(50)
An optional named Resource Calendar Day.
Saturday ⭐
text(50)
An optional named Resource Calendar Day.
Last updated