Description: Calendars defined the available work hours in each calendar day, and includes global, resource, and project types.
Field | Type | Description | Read-Only |
---|---|---|---|
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 |
CreateDate | DateTime | The date this calendar was created. | Yes |
CreateUser | String | The name of the user that created this calendar. | Yes |
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 |
IsDefault | Boolean | The flag that identifies the default global calendar (applies to global calendars only). | No |
IsPersonal | Boolean | The flag indicating if this calendar is a personal calendar (applies to resource calendars only). | No |
LastUpdateDate | DateTime | The date this calendar was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this calendar. | Yes |
Name | String | The name of the calendar. | No |
ObjectId | Int | The unique ID generated by the system. | No |
ProjectId | String | The short name of the project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the project. | No |
StandardWorkWeek | StandardWorkWeek | Standard detailed work hours for each day of week | No |
Type | Enum | The calendar type - either 'Global', 'Resource', or 'Project'. | No |