new CopyCalendarRequest(name, destName)
    Object CopyCalendarRequest
Usage: 
    RestApiService.getWorkCalService().copyCalendar(request, callback);
Parameters:
| Name | Type | Description | 
|---|---|---|
name | 
            
            string | Name of the calendar being copied (within the given namespace). | 
destName | 
            
            string | Name of the new calendar. | 
- Since:
 - 4.0.0
 
Members
destNamespace :string
    Query parameter: 'destnamespace' (optional) The namespace of the new calendar, if this is being changed.
    Type:
- string
 
- Since:
 - 4.0.0
 
includeEntries :boolean
    Query parameter: 'includeentries' (optional, default=false) If true, copies to the new calendar all exclusions with a future date; if false, exclusions are not copied.
    Type:
- boolean
 
- Since:
 - 4.0.0
 
namespace :string
    Query parameter: 'namespace' (optional) Namespace of the calendar being copied.
    Type:
- string
 
- Since:
 - 4.0.0