Returns true if there are overflowed events for the given day index.
bool hasOverflow(int dayIdx) => (_calculatedOverflowCounts[dayIdx] ?? 0) > 0;