If a zoom meeting is created via the api and the timezone is specified as UTC, how is the meeting supposed to show up in the zoom console? Will it not show all the meeting in the timezone set for the User in their zoom profile (ex PST)?
What is the best way to specify the start time ( and timezone) when passing in the data via the following api call, so that the meeting will show the start time in the zoom users profile timezone(ex PST). POST /users/{userId}/meetings
Thanks for getting back. We are running into this issue when we pass the meeting start date/time in UTC, the user in zoom does not see the meeting in their zoom profile timezone. It shows up in UTC. Please see example below. In this case we are passing the time in UTC.
What is the way to pass the datetime in UTC in the Create Meeting api call so that it will show up correctly in the zoom user’s profile time zone.
What format should the start time be in and what should be passed in the timezone field?
Thanks,
Juhi
Where a Webinar session is created where the start_time is just passed as a UTC value, when a Panelist’s email invitation is issued, do you know what time is sent?
Would it also be the UTC time, or will show the time as per the host’s profile timezone?
Any frontend, client-facing materials that contain a start_time should be reflected in the local time of the user receiving the invite, email, etc. Our API will pass a start time in UTC if a Z is included, and this is converted in Zoom frontend clients to show in the user’s local time zone.
Hopefully my last set of qs…regarding emails, if this is sent to someone who isn’t a Zoom user, e.g. panelists for Webinars that don’t have a Zoom account - what date / time will they see?
Will it be based on the timezone of the scheduling host’s profile?
If it’s a Zoom generated email, and they’re not a Zoom user, I believe this will be based on the host’s profile—that said, I’m working on confirming this for you.