An event like the above does repeat, staring on every Saturday at 8am, as expected. However, the event does not extend the full 48 hours into Monday at 8am. Instead it stops Sunday at 12 midnight.
I’ve shared a minimum complexity working example.
Please see the src/BugTest.js
{
start: ‘2023-10-28T08:00’,
end: ‘2023-10-30T08:00’,
title: ‘Event 1’,
resource: ‘res1’,
recurring: {
repeat: ‘weekly’
// weekDays: ‘SA’ ← you don’t need to specify the weekDays if you set the start and end as it’s above
}
}
I tested your suggested change to eliminate the weekdays part of the recurring rule. I’m still seeing the same problem. You can check it out on the shared github repository I shared in my earlier post.
Indeed, in the test app you shared the problem is still there. This is a bug in the eventcalendar component. The same event will show correctly if you use a weekly timeline view instead of a daily timeline view. I created a bug report for this and passed to the team to deal with it. They will reach out when the issue is fixed.
We have shipped Mobiscroll 5.32.1, where we fixed an issue, where multi-day recurring events did not appear on the view if the occurrence started outside of the current view.