Release 2.0
This release introduces WeekViewDisplayable, an interface that can be implemented by any data class that should be displayed in WeekView. Instead of converting your data class to WeekViewEvent in onMonthChanged(), you can put the conversion code in your data class and thus declutter your code.