In the Google Calendar, creating event node, which time zone should I add to the start and end time of the event???
Hi @Muhammad_Qasim2
Set your workflow timezone to match the timezone of your Google Calendar events, and then the node will automatically use that timezone for start or end time. This mostly happens when the workflow timezone is not set properly to the user’s preference.
See this:
good day @Muhammad_Qasim2
We had a similar case in the community recently where the server timezone ended up interfering with the event time. In n8n, timezone handling can be affected by three layers: the value sent in the Google Calendar start and end fields, the workflow or instance timezone configured in n8n, and, for self-hosted setups, environment variables such as GENERIC_TIMEZONE and TZ. So if the server is running in a different timezone, for example UTC, and the workflow sends a datetime without an explicit offset like 2026-05-08T10:00:00, n8n or Google Calendar may interpret it differently than expected. I’d review those three layers and share what you find.