How to convert events spanning multiple days with time into 'allday' events

Hi! I’m currently using react18 and mobiscroll 5.29.1.

Let’s say the event entered into EventCalendar(type: week) is
{start: 2024-04-17T16:00:00, end: 2024-04-20T10:00:00}.
If we put this event in as is, it will be full from 00:00 to 24:00 from the 18th to the 19th.

I want to change this to 16:00 - 24:00 on the 17th, allDay on the 18th and 19th, and 00:00 - 10:00 on the 20th.
I tried to separate the events by splitting them one by one, but it was quite a hassle.
I haven’t tried it, but processing ID values ​​is difficult, and it seems like they will appear like different events, especially in the month view.

No matter how hard I search for Document, I can’t find the option. Is there a trick if I can’t find an option or there is no option?

Hi @Jinho_Jung :wave:

Could you please share how you initialize your EventCalendar component and provide more context about your requirements? A screenshot would also be helpful.