new CreateCalendarReferencesRequest(name, version)
Object CreateCalendarReferencesRequest
Usage:
RestApiService.getWorkCalService().createCalendarReferences(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Name of the calender to which the references are being associated (within the given namespace). |
version |
number | (Java type: int) Version number used to detect concurrent updates to the same calendar; also known as optimistic locking. |
- Since:
- 4.0.0
Members
namespace :string
Query parameter: 'namespace' (optional) The combination of namespace and name uniquely identifies a calendar. Note that the default SYSTEM calendar has no namespace.
Type:
- string
- Since:
- 4.0.0
references :Array.<string>
Query parameter: 'ref' (Java type: List) The collection of calendar references to be added to the identified calendar.
Type:
- Array.<string>
- Since:
- 4.0.0