Zoom API not respecting start/end time for recurring meeting

Description
I’d like to create a recurring zoom meeting with the Zoom API. However, when I attempt to create a meeting event, the zoom start/end time are completely ignored.

    {"alternative_hosts":"testGustaf@vrtlly.me","type":8,"topic":"Test OH 7","settings":{"auto_recording":"cloud","approval_type":0,"join_before_host":true,"mute_upon_entry":true,"participant_video":true},"recurrence":{"type":2,"end_date_time":"2020-09-15T04:00:00.000Z"},"start_time":"2020-08-31T02:00:00.000Z"} 
    {"uuid":"5OcUnt2oQLq4SIZuZ16h7A==","id":85945599379,"host_id":"AjMv1IxiRqeQZ81wGDg5nQ","host_email":"ish@tryvirtually.com","topic":"Test OH 7","type":8,"status":"waiting","timezone":"America/Los_Angeles","created_at":"2020-08-30T20:48:21Z","start_url":"https://us02web.zoom.us/s/85945599379?zak=eyJ6bV9za20iOiJ6bV9vMm0iLCJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjbGllbnQiLCJ1aWQiOiJBak12MUl4aVJxZVFaODF3R0RnNW5RIiwiaXNzIjoid2ViIiwic3R5IjoxMDAsIndjZCI6InVzMDIiLCJjbHQiOjAsInN0ayI6IlN6UVpkaVNacktnWHRSNjBiSW9jNXN0aVJldEplaVlEMGpCSnNfQUFSNGsuQmdVZ1JVeDRMM2xVV0RZek5tSmFlRlZIVFZoQ01VeHJhelozYnpOSlRETXpiMFpBTURrME1qbGxPV1JrTTJRM05EZzJaV0psTVRVNU5qRTFOVE01TkdNM1pXRXdOV1E0TUdKbE1XVm1NalpsTW1aaU1XWmpORFEzWlRJd01tTXdOakl4TkFBTU0wTkNRWFZ2YVZsVE0zTTlBQVIxY3pBeSIsImV4cCI6MTU5ODgyNzcwMSwiaWF0IjoxNTk4ODIwNTAxLCJhaWQiOiJ1YkhFcWdmY1RFbWgyVUVoR0pDNVB3IiwiY2lkIjoiIn0.oFfgFq85ECKmb2uz-DZFvMXcZbALM_SSDfC2gQvd04E","join_url":"https://us02web.zoom.us/j/85945599379","registration_url":"https://us02web.zoom.us/meeting/register/tZEkc-ytpzIpHd0j5OQA_kEDmNB5TMIKoe6j","occurrences":[{"occurrence_id":"1599382800000","start_time":"2020-09-06T09:00:00Z","duration":60,"status":"available"},{"occurrence_id":"1599987600000","start_time":"2020-09-13T09:00:00Z","duration":60,"status":"available"},{"occurrence_id":"1600592400000","start_time":"2020-09-20T09:00:00Z","duration":60,"status":"available"},{"occurrence_id":"1601197200000","start_time":"2020-09-27T09:00:00Z","duration":60,"status":"available"},{"occurrence_id":"1601802000000","start_time":"2020-10-04T09:00:00Z","duration":60,"status":"available"},{"occurrence_id":"1602406800000","start_time":"2020-10-11T09:00:00Z","duration":60,"status":"available"}],"settings":{"host_video":false,"participant_video":true,"cn_meeting":false,"in_meeting":false,"join_before_host":true,"mute_upon_entry":true,"watermark":false,"use_pmi":false,"approval_type":0,"registration_type":1,"audio":"both","auto_recording":"cloud","enforce_login":false,"enforce_login_domains":"","alternative_hosts":"","close_registration":true,"registrants_confirmation_email":true,"waiting_room":true,"request_permission_to_unmute_participants":false,"global_dial_in_countries":["US"],"global_dial_in_numbers":[{"country_name":"US","number":"+1 6465588656","type":"toll","country":"US"},{"country_name":"US","number":"+1 3017158592","type":"toll","country":"US"},{"country_name":"US","number":"+1 3126266799","type":"toll","country":"US"},{"country_name":"US","number":"+1 6699009128","type":"toll","country":"US"},{"country_name":"US","number":"+1 2532158782","type":"toll","country":"US"},{"country_name":"US","number":"+1 3462487799","type":"toll","country":"US"}],"contact_name":"Ish Baid","contact_email":"ish@tryvirtually.com","registrants_email_notification":true,"meeting_authentication":false},"recurrence":{"type":2,"repeat_interval":1,"weekly_days":"1","end_date_time":"2020-10-17T03:48:00Z"}}

Error
This request should create 3 events: August 31th, September 7th, and September 14th; however, it creates SIX events that start on September 6th recurring each week.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth + Webhook

Which Endpoint/s?
/users/{userId}/meetings

How To Reproduce (If applicable)
Submit post request as mentioned above.

Hey @ish,

Make sure you are adding the repeat_interval property and giving it a value of 3.

Try that and let me know if it fixes the issue. :slight_smile:

Thanks,
Tommy

1 Like

Got it working! Thanks.

1 Like

Happy to hear you got it working! :slight_smile:

Let us know if you need help with anything else!

Thanks,
Tommy

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.