val endDate: Date? = if (it.start != null) dateFormat.parse(it.end?.rawValue) else null