Power BI Connector for Microsoft Project

Build 25.0.9539

Calendars

Retrieve and modify calendars.

Table Specific Information

Insert

The following is an example of inserting into the Calendars table:

INSERT INTO Calendars (Name, OriginalId) VALUES ('New Calendar Name', 'ad1d248c-98dd-ef11-a65e-00155df0cb0b');

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 function. This is the default and is recommended. Set to 'ODATA' to use standard ODATA insert functionality. This input is only applicable during inserts. The value set in this input overrides the value set in the InsertMode connection property (see the documentation page for the InsertMode connection property for more information).

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539