CalendarCreationInformation class
Contains the properties that can be set when creating a Calendar.
Syntax
CSOM
class CalendarCreationInformation
JSOM
PS.CalendarCreationInformation
REST Interface
Supported.
PS.CalendarCreationInformation
http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/Calendars/Add
POST Example (not all fields may be required)
body = {
'parameters': {
'Id':'value',
'Name':'value',
'OriginalId':'value'
}
Members
✓ - Read Support ✓ʷ - Write Support