I am still playing around with my calendar, I already nearly managed to integrate the https://github.com/SundeepK/CompactCalendarView into one of my fragments. There is just one
Try using type in your Adapter declaring. You are missing the type of your mutableBookings:
Adapter
type
mutableBookings
final ArrayAdapter adapter = new ArrayAdapter(this, android.R.layout.simple_list_item_1, mutableBookings);