117118119120121122123
return evOut; } public Task toTask(IntervalInt simpleInt) { // TODO add duration to finishedDate -> use code in toInterval return new Task(simpleInt.toString(), toDateTime(settings.getTimeslotsPerWeek())); }