Google Calendar Connection Loading Old Events (timeshift=-60)

I’ve just set up a DHTMLX calendar, and connected it with Google Calendar. The calendar authorises correctly, and pulls in my events into a JSON. Within the frontend, the calendar sets up correctly as well. However, when I run the site the request only pulls in old events. Specifically, the request made by the frontend is:

http://localhost:8888/data.php?timeshift=-60

It feels like the timeshift=-60 should instead be pulling in a different value? Is there an issue with the library at the moment where the frontend is not sending correct timeshift values?

Hi,

The timeshift parameter contains your local timezone shift in minutes (in this case, it indicates to the server that you’re in UTC -1 timezone).
Currently, this parameter is not used in any backend implementation we show in our docs or demos so this value shouldn’t affect the data you get from the backend.