CompactCalendarView
CompactCalendarView copied to clipboard
How to pass Calendar as argument?
Hi! I'm developing an android aplication and I'm using this library to customize a calendar by adding events through different fragments/activities to the same calendar instance, but I can't pass it as an argument as it's not a parceable/serializable object. Is there any way to do it?