CopyCalendar

Copy an existing calendar to create a new calendar of the same type.

  • The request must identify the existing calendar and include a valid name and namespace for the new calendar. Note that null is a valid namespace. The name specified must be unique within the given namespace.
  • For base calendars, the properties to be copied from the original calendar will include the time zone and working hours. For both base and overlay calendars, all future calendar entries can also be copied if requested.
Action CopyCalendar
Parameter Notes
  • getNamespace, getName identify a valid namespace. Note that null is a valid namespace.
  • getDestNamespace, getDestName identify the destination namespace. Note that null is a valid namespace.
  • isIncludeEntries  if true, copies to the new calendar all calendar entries with a future date. Defaults to false.
  • The result includes the details of the new calendar, with a version number.
Return CopiedCalendarResult

Required System Action

writeCalendars