SOAP API - renameCalendar

The table summarizes the SOAP API - renameCalendar.

Request Uses the renameCalendar element (from the WorkCalService schema)
Parameter notes
  • version, old-namespace, old-name  identify the existing calendar to be renamed.
  • new-namespace, new-name  the new name and/or namespace to be given to the calendar.
Response Returns a renameCalendarResponse element (from the WorkCalService schema).
Example Request:
<soapenv:Body>
      <wor:renameCalendar version="0" old-namespace="LONDON" old-name="PUB_HOL" new-namespace="LONDON" new-name="UK_PUBLIC_HOLIDAYS"/>
   </soapenv:Body>
Response:
   <SOAP-ENV:Body>
      <renameCalendarResponse name="UK_PUBLIC_HOLIDAYS" namespace="LONDON" version="1" xmlns="http://workcal.api.dac.n2.tibco.com"/>
   </SOAP-ENV:Body>