I have the following events in my test google calendar:
- All day event on the 20. February
- Timed event on the 21. February from 10am till 11am
I do a request against the Google calendar API with the parameters timeMin = 2018-02-21T00:00:00+00:00
and timeMax = 2018-02-21T23:59:59+00:00
. All is working fine when the calendar has the timezone UTC. Only the timed event is returned. But when I set the calendar timezone to something like "(GMT-06:00) Central Time" then the result does include also the all day event.
Is there a way to fetch the events ignoring the timezone for all day events? All day events are not bound to a timezone from my understanding and should not be included at anytime when the timeMin parameter is not from the day of the all day event.
timeZone
. e.g. (Europe/Andorra) if I understand it right. You can use try it in the documentation for testing. – MαπμQμαπkγVπ.0