Kendo scheduler repeat (day view) is not working with night and day timing

0 Answers 90 Views
Scheduler
Gokul
Top achievements
Rank 1
Gokul asked on 03 Dec 2022, 04:32 PM

I created a simple recurring event with night and day format (23:00 - 01:30) and never-ending repeat schedule on day view. which does not renders on morning day schedule on (00:00 - 01:30). 

  public events: SchedulerEvent[] = [{
        id: 1,
        title: 'Breakfast',
        start: new Date('2018-10-20T08:00:00'),
        end: new Date('2018-10-21T02:30:00'),
        recurrenceRule: 'FREQ=DAILY;'
    }];

the above does not renders the schedule for (00:00 - 01:30) but if I add count with recurrenceRule its works.

recurrenceRule: 'FREQ=DAILY;COUNT=10;', - but in my case count is not required. 

attached screenshot for reference. 

 

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
Gokul
Top achievements
Rank 1
Share this question
or