new SetCalendarReferenceRequest(entityGuid, version, calendarAlias)
Object SetCalendarReferenceRequest
Usage:
RestApiService.getOrgModelService().setCalendarReference(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
entityGuid |
string | The GUID of the organization model entity to which the calendar reference is to be assigned. Can be obtained using getOrgModel. |
version |
number | (Java type: int) The major version of the organization model in which the entity resides. Can be obtained using listOrgModelVersions. |
calendarAlias |
string | The calendar reference to be assigned. Passing an empty string removes all calendar references from the specified entity. |
- Since:
- 4.0.0