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