Skip to content Skip to sidebar Skip to footer

Add Event To Calendarview

I think the question says it all: is it possible to display events in the Android default CalendarView? I know that it is made for widgets and not for a real Calendar application

Solution 1:

You can't add events in default CalendarView. either you need to make it custom or you need to use some library.

I have used Caldroid library many times.it is easy to implement and robust.

enter image description here

Solution 2:

Shameless plug. I've also written my own android CalendarView which allows you to add events, listeners, provides infinite scrolling and is a gradle project: https://github.com/SundeepK/CompactCalendarView .

Post a Comment for "Add Event To Calendarview"