SOAP API - deleteCalendarEntries

The table summarizes the SOAP API - deleteCalendarEntries.

Request Uses the deleteCalendarEntries element (from the WorkCalService schema)
Parameter notes
  • version, namespace, name  identify the calendar from which entries are to be deleted.
  • entry-guid  The GUID of the calendar entry to be deleted. You can get this from a previous getCalEntries or saveCalendarEntry operation.
Response Returns a deleteCalendarEntriesResponse element (from the WorkCalService schema).
Example Request:
<soapenv:Body>

      <wor:deleteCalendarEntries version="1" namespace="LONDON" name="EMEA-N">

         <entry-guid>033B1E76-9F16-456E-85BF-D7F0A389E541</entry-guid>

      </wor:deleteCalendarEntries>

   </soapenv:Body>
Response:
 <SOAP-ENV:Body>

      <deleteCalendarEntriesResponse name="EMEA-N" namespace="LONDON" version="2" xmlns="http://workcal.api.dac.n2.tibco.com"/>

   </SOAP-ENV:Body>