Calendars
Retrieve and modify calendars.
Columns
| Name | Type | ReadOnly | References | Required | Description |
| Id [KEY] | String | False | False | ||
| Created | Datetime | False | False | ||
| IsStandardCalendar | Bool | False | False | ||
| Modified | Datetime | False | False | ||
| Name | String | False | False | ||
| OriginalId | String | False | False | ||
| LinkedBaseCalendarExceptions | String | False | False |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| InsertMode | String |
Determines the Insert Mode. Set to 'ADD' to use standard MSProject Add functions. Set to 'ODATA' to use standard ODATA insert functionality. Only applicable during inserts. |