int seconds = (duration != null) ? duration.getSeconds() : 0;
CalendarExceptionTypeColorDTO colorDTO = CalendarExceptionTypeColorConverter
.toDTO(calendarExceptionType.getColor());
return new CalendarExceptionTypeDTO(calendarExceptionType.getCode(),
calendarExceptionType.getName(), colorDTO,
calendarExceptionType.isOverAssignableWithoutLimit(),
seconds);
}