new DeleteCalendarEntriesRequest(name, version)
Object DeleteCalendarEntriesRequest
Usage:
RestApiService.getWorkCalService().deleteCalendarEntries(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Name of the calender from which the exclusion is being deleted(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
guids :Array.<string>
Query parameter: 'id' (Java type: List) The collection of GUIDs, identifying the calendar Entries to delete.
Type:
- Array.<string>
- Since:
- 4.0.0
namespace :string
Query parameter: 'namespace' (optional) Namespace of the calendar identifier.
Type:
- string
- Since:
- 4.0.0