Previous Topic

Next Topic

Book Contents

Calendar Fields

Defines which days in a week are holidays or exceptions to the standard work week. The date of the exception The days in a week when work is done. The time of the day that work starts. The time of the day that work finishes


 Field


 Type

Read 
Only

Filterable
Orderable


 Description

BaseCalendarObjectId

int

 

X

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.

CreateDate

dateTime

X

X

The date this calendar was created.

CreateUser

string

X

X

The name of the user that created this calendar.

HolidayOrExceptions

 

minOccurs="0"

 

 

 

HolidayOrException

maxOccurs="unbounded"

 

 

 

Date

type dateTime

 

 

 

WorkTime

 

minOccurs="0" maxOccurs="12"

 

 

 

Finish

 

time

 

 

 

Start type time

 

time

 

 

 

HoursPerDay

double
restricted to
minInclusive(1.0)
maxInclusive(24.0)

 

X

The number of work hours per day. This conversion factor is used for displaying time units and durations in the user's selected display formats.

HoursPerMonth

double
restricted to
minInclusive(1.0)
maxInclusive(744.0)

 

X

The number of work hours per month. This conversion factor is used for displaying time units and durations in the user's selected display formats.

HoursPerWeek

double
restricted to
minInclusive(1.0)
maxInclusive(168.0)

 

X

The number of work hours per week. This conversion factor is used for displaying time units and durations in the user's selected display formats.

HoursPerYear

double
restricted to
minInclusive(1.0)
maxInclusive(8784.0)

 

X

The number of work hours per year. This conversion factor is used for displaying time units and durations in the user's selected display formats.

IsBaseline

boolean

X

X

The boolean value indicating if this business object is related to a Project or Baseline

IsDefault

boolean

 

X

The flag that identifies the default global calendar (applies to global calendars only).

IsPersonal

boolean

 

X

The flag indicating if this calendar is a personal calendar (applies to resource calendars only).

IsTemplate

boolean

X

X

The boolean value indicating if this business object is related to a template Project.

LastUpdateDate

dateTime

X

X

The date this calendar was last updated.

LastUpdateUser

string

X

X

The name of the user that last updated this calendar.

Name

string
restricted to
maxLength(60)

 

X

The name of the calendar.

ObjectId

int

 

X

The unique ID generated by the system.

ProjectObjectId

int

 

X

The unique ID of the associated project.

StandardWorkWeek

optional

 

 

Defines which days in a week are worked for those weeks that do not contain holidays or exceptions.

StandardWorkHours

 

 

 

 

DayOfWeek

string
restricted to
'Sunday',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
'Saturday'

 

 

The days in a week when work is done.

WorkTime

optional

 

 

Defines the time of the day that work begins and ends.

Finish

time

 

 

The time of the day that work starts.

Start

time

 

 

The time of the day that work finishes.

Type

string
restricted to
'Global'
'Project'
'Resource'

 

X

The calendar type - either 'Global', 'Resource', or 'Project'. 'Global' calendars can be assigned to projects and resources. 'Resource' calendars can be assigned only to resources. 'Project' calendars are specific to projects.


Copyright information