Start_time Issue with Google Calendar Zoom Add-on Single Meetings(reopen)

API Endpoint(s) and/or Zoom API Event(s)

Description
same as this topic Start_time Issue with Google Calendar Zoom Add-on Single Meetings - API and Webhooks - Zoom Developer Forum
I have requested again because I have not received a response for two weeks.

we are encountering an issue with Zoom single meetings created via the Google Calendar Zoom add-on. Immediately after creating the meeting, a Zoom Webhook is triggered, and when we call the Zoom Meeting API at that moment, the start_time is returned as 1979-12-31 15:00:00. This webhook only comes once, and no further webhooks are triggered for that meeting. However, when we retrieve the meeting details using the Zoom Meeting API (GET https://api.zoom.us/v2/meetings/xxxxx ) after 10-20 minutes, the start_time is corrected to the actual scheduled time, e.g., 2024-09-06T01:00:00Z.

This issue occurs consistently, and we would like to know if there are any other reported cases or known issues regarding this behavior.

Error?
There is no specific error message, but the start_time is incorrectly set to 1979-12-31 15:00:00 when retrieved immediately after the meeting creation.

How To Reproduce

  1. Create a single Zoom meeting via the Google Calendar Zoom add-on.
  2. Observe the webhook that is triggered immediately after the meeting creation.
  3. Call the Zoom Meeting API (GET https://api.zoom.us/v2/meetings/xxxxx) right after receiving the webhook.
  4. Notice the incorrect start_time returned as 1979-12-31 15:00:00.
  5. Wait for 10-20 minutes and call the Zoom Meeting API again to see the corrected start_time.