CalendarEvent

constructor(id: String, title: String, calendarName: String?, description: String? = null, location: String? = null, color: Int? = null, startTime: Long?, endTime: Long, includeTime: Boolean = true, attendees: List<String> = emptyList(), uri: Uri, isCompleted: Boolean? = null)