Concurrent multiday events not showing on the next row
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3255924. -->
Reported by: [someshver](https://www.drupal.org/user/3619691)
Related to !51 !17 !12
>>>
<h4></h4>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When i created multiple events and show them in the calendar with the <code>Display multi-day item as a multiple column row</code> style. Then the first event is showing as expected but the second event is showing in the same row after the first <code><td></code> ends. But I need that event to be shown in the second row.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ul>
<li>Setup Calendar for events with date range</li>
<li>Create two events with different date (Second event start date should be 1 day after the first day event so that they both will be shown in same week.)</li>
<li>Add the style <code>Display multi-day item as a multiple column row</code> to calendar from view.</li>
<li>The first event will be shown as per design and the second event will not get its own row.</li>
</ul>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Needs to create a patch for this at /src/Plugin/views/style/Calendar.php line number 1155 <code>calendarBuildWeekDay </code>function</p>
> Related issue: [Issue #3396700](https://www.drupal.org/node/3396700)
issue