Wrong start time in List Meetings

Wrong start time in List Meetings

Description
If I fetch the List Meetings API the returned result gives me the meeting array. Inside that array the start_time Date Time is giving me the Date of the LAST Meeting of a recurring Meeting. Also the time has an incomprehensible offset, as one time is correct, but all others are one hour behind.

Expected behavior
The start_time returns a Date Time for the next upcoming meeting with the UTC time.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth Application

Which Endpoint/s?
List Meetings for own user
https://api.zoom.us/v2/users/me/meetings

How To Reproduce
Steps to reproduce the behavior:

  1. Create OAuth Application with meeting:read scope
  2. Get your Access Token
  3. Create some recurring Meetings.
  4. Fetch endpoint https://api.zoom.us/v2/users/me/meetings
  5. See wrong start_time.

Screenshots

Hi @Kopf02,

Thanks for reaching out about this.

Can you confirm which timezone your Zoom account (zoom.us) is set to? You can check this here.

Please note that our API will always return start_times in UTC and this is then converted to local time on our frontend (as set in your Zoom profile).

Thanks,
Will

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