9 lines
401 B
XML
9 lines
401 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<calendar-exception-type-list xmlns="http://rest.ws.libreplan.dev">
|
|
|
|
<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>
|