Description
Hi. I’m seeing the API return invalid timezones. For example, meeting with ID 91485083549 returns “Mountain Standard Time” but that’s not one of the valid timezones you list in the documentation.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth / API
Which Endpoint/s?
/v2/users/me/meetings and /v2/meetings/MEETINGID amongst others (see below for example)
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Retrieve
/v2/meetings/91485083549 - See
timezonefield is “Mountain Standard Time” and compare to documentation where this is not listed as a valid timezone
It’s particularly strange because some other events by the same user appear as America/Denver or America/Edmonton which is expected behavior and in line with the documentation.