calendarkit

Consecutive events not stacking properly in calendar


enter image description hereI would like the events to fill the entire horizontal space. These events have no overlap, but strangely they are offset. Any ideas what might be causing this, and how I can make the events take up the entire horizontal space?

I tried moving events around, but the weird offsetting occurs whenever events are back-to-back (not overlapping though). Also, this happened after completing the tutorial with no additional edits.


Solution

  • Try setting eventGap property to a non-zero value, e.g. as mentioned here: https://github.com/richardtop/CalendarKit/pull/290