Hi,
All the events I have in the calendar that are more then one day are not visible in the Day and Week view, but only in the Timeline and Month view.
How can I show them also in the Day and Week view?
Thanks,
Bogdan.
Hi,
All the events I have in the calendar that are more then one day are not visible in the Day and Week view, but only in the Timeline and Month view.
How can I show them also in the Day and Week view?
Thanks,
Bogdan.
Hello, Bogdan.
You need to use
scheduler.config.multi_day = true; // enables multiday event display
Best regards,
Ilya
Thank you!