Hi,
Thanks for using our plugins.
Have you tried what we do for the day view and use these arguments:
'eventDate' => $current_date,
'eventDisplay' => 'day'
You would want to remove these then:
'eventDisplay' => 'custom',
'start_date' => $current_date,
'end_date' => $datetime->format('Y-m-d'),
Also, the format for date and time in a query needs to be in ‘Y-m-d H:i:s’ So if that above does not work maybe you can go back to your original query and add in time.
Let me know how that works out.
Thanks