SOAP API - getCalendar

The table summarizes the SOAP API - getCalendar.

Request Uses the getCalendar element (from the WorkCalService schema)
Parameter notes
  • namespace, name  identify the calendar whose details are to be listed. Note that the default SYSTEM calendar has no namespace.
Response Returns a getCalendarResponse element (from the WorkCalService schema).
Example Request:
<soapenv:Body>

      <wor:getCalendar namespace="LONDON" name="EMEA-N"/>

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

       <getCalendarResponse xmlns="http://workcal.api.dac.n2.tibco.com">

         <base-calendar calendar-type="BASE" date-created="2012-03-01T15:04:40.713Z" date-modified="2012-03-01T15:04:40.740Z" min-hours="4" name="EMEA-N" namespace="LONDON" time-zone="Europe/London" version="0" xmlns="">

            <working-days day-of-week="MO">

               <time-slot end="12:00:00.000Z" start="08:00:00.000Z"/>

               <time-slot end="18:00:00.000Z" start="13:00:00.000Z"/>

            </working-days>

            <working-days day-of-week="TU">

               <time-slot end="12:00:00.000Z" start="08:00:00.000Z"/>

               <time-slot end="18:00:00.000Z" start="13:00:00.000Z"/>

            </working-days>

            <working-days day-of-week="WE">

               <time-slot end="12:00:00.000Z" start="08:00:00.000Z"/>

               <time-slot end="18:00:00.000Z" start="13:00:00.000Z"/>

            </working-days>

            <working-days day-of-week="TH">

               <time-slot end="12:00:00.000Z" start="08:00:00.000Z"/>

               <time-slot end="18:00:00.000Z" start="13:00:00.000Z"/>

            </working-days>

            <working-days day-of-week="FR">

               <time-slot end="12:00:00.000Z" start="08:00:00.000Z"/>

               <time-slot end="16:00:00.000Z" start="13:00:00.000Z"/>

            </working-days>

         </base-calendar>

      </getCalendarResponse>

</SOAP-ENV:Body>