SOAP API - listCalendars
The table summarizes the SOAP API - listCalendars.
Request | Uses the listCalendars element (from the WorkCalService schema) |
Parameter notes | |
Response | Returns a listCalendarsResponse element (from the WorkCalService schema). |
Example | Request:<soapenv:Body> <wor:listCalendars /> </soapenv:Body> |
Response:<SOAP-ENV:Body> <listCalendarsResponse xmlns="http://workcal.api.dac.n2.tibco.com"> <calendar calendar-type="BASE" date-created="2012-02-27T13:16:17.063Z" name="SYSTEM" xmlns=""/> <calendar calendar-type="OVERLAY" date-created="2012-03-01T15:03:00.387Z" date-modified="2012-03-01T15:03:00.387Z" name="?" namespace="?" xmlns=""/> <calendar calendar-type="BASE" date-created="2012-03-01T15:04:40.713Z" date-modified="2012-03-01T15:04:40.740Z" name="EMEA-N" namespace="LONDON" xmlns=""/> <calendar calendar-type="OVERLAY" date-created="2012-03-01T16:05:10.650Z" date-modified="2012-03-01T16:05:10.650Z" name="PUB_HOL" namespace="LONDON" xmlns=""/> <calendar calendar-type="BASE" date-created="2012-03-02T08:58:56.437Z" date-modified="2012-03-02T08:58:56.437Z" name="EMEA-S" namespace="LONDON" xmlns=""/> <calendar calendar-type="OVERLAY" date-created="2012-03-02T09:00:34.167Z" date-modified="2012-03-02T09:00:34.167Z" name="PURCHASING" namespace="LONDON" xmlns=""/> <calendar calendar-type="OVERLAY" date-created="2012-03-02T09:01:01.340Z" date-modified="2012-03-02T09:01:01.340Z" name="PROD_DEPT" namespace="LONDON" xmlns=""/> </listCalendarsResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.