Share via


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

Properties

Name .NET JSOM REST Type Description
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the new calendar.
Name ✓ʷ ✓ʷ ✓ʷ String Gets or sets the name of the new calendar.
OriginalId ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the original GUID of the new calendar.

See Also

Calendar
CalendarCollection