REST API - saveCalendarEntry Create a Working Day Exclusion
The table summarizes the REST API - saveCalendarEntry: Create a Working Day Exclusion.
Request
Response
JSON | Returns a JSON representation of the content of an XmlCalendarEntries element. |
XML | Returns the content of an XmlCalendarEntries element (from the WorkCalService schema). |
Example
Request |
POST <baseurl>/calendar/EMEA-S/1/entry/Christmas/2013-12-25T00:00:00Z/2013-12-01T00:00:00Z/2013-12-31T00:00:00Z?namespace=LONDON&enddate=2013-12-25T23:59:59Z&allday=true |
Response |
{ "xml-fragment": { "@version": "2", "@namespace": "LONDON", "@name": "EMEA-S", "@start": "2013-12-01T00:00:00Z", "@end": "2013-12-31T00:00:00Z", "working-day": { "@guid": "A6FD723A-A327-4C29-983D-2447B9083B94", "@description": "Christmas", "@start": "2013-12-25T00:00:00.000Z", "@end": "2013-12-25T23:59:59.990Z", "@all-day": "true", "@free-busy": "BUSY" } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.