In the past I have used the below approach to filtering in Google Calendar:
So essentially using start time as the upper boundary and end time as the lower boundary. This might sound counterintuitive but it’s how the respective Google Calendar API endpoint works.
So in order to get events for the next day you could do something like this:
Hope this helps! Let me know if you have any questions on this