How to set Calendar event timezone

There is no parameter for adding timezone, it is by default setting new york time. How can also i make timezone dynamic, like change according to user msg?

1 Like

Hi @Abdul_Rafey Welcome!
You can try using the option in the 3 dots in top right , then settings then change the timezone to whatever you desire and then save it and by default google node would follow that, also if you want that to be dynamic like if your flow wants it to so you can try this {{ $now.setZone($json.userTimezone) }} which automatically changes the timezone, this can be risky so i recommend using the first option.

2 Likes

I figured out by going into n8n settings from outside and chanigng timezone there, i think you are talking about same, thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.