CompactCalendarView
CompactCalendarView copied to clipboard
Event dot not showing in kotlin
Hmm... It works for me.
import com.github.sundeepk.compactcalendarview.domain.Event
[...]
val date = Date()
val event = Event(Color.WHITE, date.time) // needed: millisec
compact_calendar_view.addEvent(event)