TASKPM/scripts/rest-clients/calendar-exception-type-sample.xml
Manuel Rego Casasnovas 00354bd71a [Bug #1132] Fix web service example for CalendarExceptionTypeSample
Now it uses the new defined colors.

FEA: ItEr75S04BugFixing
2011-08-05 11:27:54 +02:00

9 lines
404 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<calendar-exception-type-list xmlns="http://rest.ws.navalplanner.org">
<calendar-exception-type code="HALF_DAY" name="Half day"
color="GREEN" duration="14400" over-assignable="true" />
<calendar-exception-type code="AVAILABILITY" name="Availability"
color="BLUE" duration="0" over-assignable="true" />
</calendar-exception-type-list>