You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val sdf = SimpleDateFormat("dd MMMM yyyy", Locale.ENGLISH)
val date = sdf.parse("12 May 2019").time
calendarView.addEvent(Event(date, "Event", Color.GREEN))
No description provided.
The text was updated successfully, but these errors were encountered: