Description: Calendars defined the available work hours in each calendar day, and includes global and resource types.
Field | Type | Description | Read-Only |
---|---|---|---|
AssociationType | String | The type of association in the relationship between the calendar and the workspace. Possible values are Owned and Inherited. | No |
BaseCalendarObjectId | ForeignKey | The unique ID of the global calendar to which this calendar is linked. Any changes to the global calendar are automatically propagated to this calendar. | No |
Code | String | The Code of the calendar. | No |
HolidayOrExceptions | HolidayOrExceptions | All dates with holidays or exceptions in this calendar. | No |
HoursPerDay | Double | The hours per day for the time period. | No |
HoursPerMonth | Double | The hours per month for the time period. | No |
HoursPerWeek | Double | The hours per week for the time period. | No |
HoursPerYear | Double | The hours per year for the time period. | No |
IsAssignableToProject | Boolean | Indicates whether or not the calendar can be assigned to a project. | No |
IsAssignableToResource | Boolean | Indicates whether or not the calendar can be assigned to a resource. | No |
IsPersonal | Boolean | The flag indicating if this calendar is a personal calendar (applies to resource calendars only). | No |
Name | String | The name of the calendar. | No |
ObjectId | String | The unique ID generated by the system. | No |
ProjectId | String | The short name of the project. | No |
ProjectObjectId | ForeignKey | The unique ID of the project. | No |
PushDownType | String | Specifies how a workspace calendar is shared across child workspaces. | No |
StandardWorkWeek | StandardWorkWeek | Standard detailed work hours for each day of week | No |
Type | Enum | The calendar type - either 'Global' or 'Resource'. | No |