package com.sp365.calendar.model import java.time.LocalDate data class EventDayItem ( val id: String, val date: LocalDate, val events: MutableList )