jignesh13/googlecalendar

how to show single color if event is for multiple days

behappiest opened this issue · 1 comments

First of All thanks for this amazing work,
Although I have a usecase -
I Have an event which is a 2 days event,
How can I show this event with single green color in month view calendar
screenshot attached

WhatsApp Image 2021-06-16 at 4 27 45 PM

please check latest commit d83d61b
now month view have support multiple day event with appropriate color for event
Screenshot_1624176613

please look below code
JCalendarMonthView.java ondraw()
DayModel.java where reference of EventInfo.java contain color information of appropriate event and many more thing