10 lines
404 B
XML
10 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>
|