Share via


ResourceCalendarException class

inherits members from CalendarException

Represents a resource calendar exception.

Syntax

CSOM

class ResourceCalendarException 

JSOM

PS.ResourceCalendarException

REST Interface

Supported.

PS.ResourceCalendarException

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceid}')/ResourceCalendarExceptions({id})

Members

✓ - Read Support       ✓ʷ - Write Support

Methods

Name .NET JSOM REST Return Type Description
DeleteObject() void Deletes the resource calendar exception object.

#### Method Details

DeleteObject()

Deletes the resource calendar exception object.

Syntax
void DeleteObject()
Parameters

None

Return Value

void

See Also

CalendarException