Zoom Meeting API issues with changing recurring fixed meeting start_time Zoom Meeting API
Description
Hi, have been using the zoom api endpoint to change the meeting start_time for a script i’m working on, the script changes the start_time for a scheduled meeting but not for a recurring_meeting, if the recurring_meeting is a type:3 then a start_time can not be specified because it does not have that attribute. However, if i specify the start_time for a fixed recurring_meeting, i do not get any error when i make a patch request, however the update to the start_time doesn’t seem to be effectuated in the zoom app. This is what my request.patch body looks like
Error? I am not able to get the zoom recurring meeting start_time change to be effectuated in the app but it doesn’t give any errors when i make the patch request.
Can you provide the request data that you created the meeting with, and then the update in a bit more detail, you can leave out the JWT of course, but I am having a hard time trying to reproduce this behaviour.
@rarev. The meeting is created from the app, by providing all the needed details. It is a recurring meeting with a fixed_time. And the start_time is provided whilst creating the meeting. Only the updating of the start_time of the meeting is done through the API, and this is the function that updates the meeting::
The code works fine for updating a scheduled meeting but not for a recurring meeting with fixed time. I don’t get any error when i update a recurring meeting with fixed time but the updated time doesn’t show up in my next meeting home as the next meeting and if i’m updating the start_time to 5 minutes after the current time of updating the time, i don’t get a notification that my meeting is starting in 5 minutes time.