SOAP API - saveCalendarReferences

The table summarizes the SOAP API - saveCalendarReferences.

Request Uses the saveCalendarReferences element (from the WorkCalService schema)
Parameter notes
  • version, namespace, name  identify the calendar with which the references are to be associated.
  • add-reference  contains the calendar references to be associated with the specified calendar, one reference per repetition of the parameter. Can be obtained from getOrgModel.
  • remove-reference  contains the calendar references to be removed from the specified calendar, one reference per repetition of the parameter. Can be obtained from getOrgModel.
Response Returns a saveCalendarReferencesResponse element (from the WorkCalService schema).
Example Request:
<soapenv:Body>
 <wor:saveCalendarReferences version="2" namespace="LONDON" name="SALES">
   <add-reference>4F103A69-430B-49DE-8828-9889ACBBBB61</add-reference>
   <add-reference>4E070A86-699L-32DE-8828-9889ACQTRB82</add-reference>
 </wor:saveCalendarReferences>
</soapenv:Body>
Response:
<SOAP-ENV:Body>
  <saveCalendarReferencesResponse xmlns="http://workcal.api.dac.n2.tibco.com">
    <updated-calendar name="SALES" namespace="LONDON" version="3" xmlns=""/>
  </saveCalendarReferencesResponse>
</SOAP-ENV:Body>