I think the question says it all: is it possible to display events in the Android default CalendarView?
CalendarView
I know that it is made for widgets and not for
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.