Receive initial start_time value for recurring meeting via zoom api

Hello,

We are using GET /meetings/{meetingId} api for getting meeting details.
When we schedule a recurring meeting, we receive a response with a list of occurrence meetings with start_time value for every of them. But this response doesn’t return initial start_time value for this recurring meeting.

We know that Zoom keeps details about the initial start_time on their side, but does not include it into the response. That is quite useful if you select ‘Edit all recurring meetings’ option and pre-populate the time value with the saved one.

How could we get the initial start_time for the recurring meetings? Or could it be added into the GET Meeting details API somehow?


*by initial start_time we mean start_time value that was first used for creating a recurring meeting

Regards,
SIGCHI dev team