Calendar view - showing events based on user timezone

Hello all!

Here what I had:

  • a Google Calendar used as DataSource
  • it was set up as GMT+1 (also the Gsheet used as DB was set up in the same way)

Here what I have:

  • some users are in a different timezone, like GMT+3.
  • so, I've modified the TimeZone inside the GCalendar (the Gsheet used as DB is still at GMT+1)

But, now, using AppSheet all people see the event based on this timezone.. 

How can I show the events based on the timezone of each user? 
Is it possible to set up a different timezone using the Calendar view by user?? 

Thank you! ๐Ÿ™‚

Solved Solved
0 1 213
1 ACCEPTED SOLUTION


@DroidTeo wrote:

How can I show the events based on the timezone of each user? 
Is it possible to set up a different timezone using the Calendar view by user?? 


Try with a virtual column that changes based on:

USERTZOFFSET() - AppSheet Help

View solution in original post

1 REPLY 1


@DroidTeo wrote:

How can I show the events based on the timezone of each user? 
Is it possible to set up a different timezone using the Calendar view by user?? 


Try with a virtual column that changes based on:

USERTZOFFSET() - AppSheet Help
Top Labels in this Space