Add individual occurrence for a recurring meeting | Community
Skip to main content
Newcomer
January 24, 2022
Question

Add individual occurrence for a recurring meeting

  • January 24, 2022
  • 3 replies
  • 8 views

The Zoom UI allows you to add instances individually to a recurrence.

Is there any API available to perform the same.

 

 

    3 replies

    jeremyjustin
    Community Champion | Employee
    Community Champion | Employee
    January 24, 2022

    Hi @mjmaurya thank you for your post here on the Zoom Community! Yes, we do have that capability available via API. This link will get you to our API reference and if you look under Meetings, Create a Meeting, scroll own in the "Schema" section and you will see "recurring" as one of the Objects, type "integer."

    https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

     

    If you need additional help with API/developer type questions you can also post directly and gather more information through our Developer Forum! https://developers.zoom.us/

     

    If this has answered your question to your satisfaction, please click the "Accept as Solution" button below but if not please reply and we can continue the  discussion. Thank you!

    mjmauryaAuthor
    Newcomer
    January 24, 2022

    I have already a existing recurring meeting, but I want to add an individual occurrence to the existing recurring meeting. Zoom UI allow  us to add individual occurrence to existing meeting as shown below:

    But I need to do same with API.

    jeremyjustin
    Community Champion | Employee
    Community Champion | Employee
    January 24, 2022

    Hi @mjmaurya ok thanks for the additional detail. Have you tried the "update a meeting" API?

    https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate

     

    If this has answered your question to your satisfaction, please click the "Accept as Solution" button below but if not please reply and we can continue the  discussion. Thank you!

    mjmauryaAuthor
    Newcomer
    April 12, 2022

    Didn't find any solution.

    Newcomer
    June 20, 2023

    @mjmaurya have you found any solution?