Is there a solution for this issue? It would be nice if it could be shared.
I am asking, because I think I have the same issue and can not solve it.
Multiday events are displayed. Two day events are missing on the second day.
My requirement: I want to use a list to show all events which are valid at the current date /point in time.
My observations are: All events that start on the current day will be displayed. The events which starts the day before, let’s say at 10:00 p.m. and end at the current day at 6:00 p.m. are not displayed.
I tried extendmultiday=”true” but there was not effect on the List. Finally i dumped the events from the event array loop with var_dump($event); to find out what I did wrong. But the events from the previous day are not part of the array, even if they are still valid today.
I am stuck right now and any help or guidance would be appreciated.
Sorry If I am writing into the wrong thread.
Kind Regards