Skip to content

[Bug][Scheduler] Recurring event tails after midnight not rendered in Day view #3671

@vveesseelliinnaa

Description

@vveesseelliinnaa

Description

In the KendoReact Scheduler DayView, recurring events with a start time before midnight and an end time after midnight (e.g., 23:00–01:30) do not display the tail segment (the 00:00–end portion) on the following day. The same events render correctly in the WeekView and MonthView.

Plan

KendoReact

Steps To Reproduce

  1. Go to https://stackblitz.com/edit/react-3a3jcpmh-xvpqscsp?file=app%2Fdata.ts,app%2Fapp.tsx
  2. Click "Show Fill Day"
  3. Scroll down to ensure the recurring event form 23:30-08:00 is started at the end of the day
  4. Now click the Next arrow and observe that the tail segment (00:00–08:00) from the previous day's occurrence is missing.

Screenshots or video

No response

Actual Behavior

Only the head segment (23:00–00:00) of the current day's occurrence is rendered. The tail segment is absent.

Expected Behavior

The DayView should render both the "head" segment (23:00–00:00) of the current day's occurrence and the "tail" segment (00:00–01:30) carried over from the previous day's occurrence, consistent with the behavior shown in the WeekView.

Browser

Chrome

Browser version

latest

OS type

MacOS

OS version

No response

Last working version of the KendoReact package (if regression).

No response

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Maintenance.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions