Hello,
I searched for this topic but I can’t reproduce it.
I have users from all over the world. I’d like them to see the event calendar in their current time zone, local time.
So I have a USER table / EVENT Table / TIMEZONE Table
TIMEZONE Table: I listed all the timezone and offset + I calculated the difference (D) between my timezone (GMT+1)
USER Table : I have the user Timezone that they have to fill in their profile.
EVENT table : I have the DATE (in GMT+1)
What’s the next step to show the calendar with the correct time zone in their local time?
I know that I have to do a math column between the DATE (GMT+1) and the difference (D) but impossible to do it in EVENT Table because I can’t find the way to find the difference (D) for each user.
You should be able to pull in the user timezone into the event sheet from the user sheet using a single value column if you happen to have row owners enabled as well. If you aren’t using row owners in the user sheet, then you should be able to create a template column that will get the user’s email from the user profile, use that template to create a relation to the user sheet, then a lookup column to get the timezone offset. Finally a math column to calculate the difference.
Keep in mind that glide’s calculated columns are calculated on the device, not in the sheet, so the results will be different for each user.
Hey Jeff, how would Row Owner help in terms of timezones? I have an app that confuses me when shifts for admins show differently! Would row owners help? Never tried it out tho!