Closed RakeshPatil111 closed 3 years ago
Please provide a sample repo that showcases your issue. The snippet of code you posted doesn't really help in determining what is going wrong.
Hi, I found debugged and find solution. Actually it was my mistake, events had an identical ids
Sometimes event is not rendered. This is my code val style = WeekViewEntity.Style.Builder() .setBackgroundColor(Color.parseColor(event.color)) .build()