alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

Multiple Events in a Same day of Not Showing #559

Open zohaibTheMobileDev opened 4 years ago

zohaibTheMobileDev commented 4 years ago

If i add more than 1 events in the same day with different hours, then only last added event is shown on the calendar but not the previous ones. Please can you fix this ?

NightlySide commented 4 years ago

Did you find a workaround?

parissakalaee commented 2 years ago

have you checked to change the value of app:minOverlappingMinutes="1440" which is 24hours to something shorter, like 1 minute? it solved my problem.