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:
- Create OAuth Application with meeting:read scope
- Get your Access Token
- Create some recurring Meetings.
- Fetch endpoint
https://api.zoom.us/v2/users/me/meetings
- See wrong start_time.
Screenshots