Zoom meetings sync with Outlook Calendar

Hi Team, I have enabled zoom sync with Outlook calendar. when i am scheduling meeting manually in zoom account those are getting reflected automatically to outlook calendar, but when i am creating meetings using API from salesforce those meeting are not reflecting in outlook calendar. Below parameters i am passing while creating meeting.

String requestBody = ‘{“topic”: "’ + title + ‘", “agenda”: "’ + agenda + ‘", “password”: "’ + password + '“, ’ +
‘“start_time”: "’ + formattedStartDateTime + '”, ’ +
'“type”: 2, “duration”: ’ + durationInMinutes + ', ’ +
'“timezone”: “Asia/Kolkata”, ’ + // Set the timezone to GMT+5:30 (India Standard Time)
‘“schedule_for”: "’ + organizerEmail + ‘“, ’ +
'“settings”: {“meeting_authentication”: false, “calendar_type”: 2, ’ +
'“mute_upon_entry”: true, “join_before_host”: true, “approval_type”: 1, ’ +
‘“registration_type”: 1, “meeting_invitees”: [{“email”: "’ + inviteeEmail + '”}]}}’;

hi @lalit.khairnar
Thanks for reaching out to us!
Allos me to test this on my end and will get back to you

Hi @elisa.zoom
Thanks for getting back to me! I just wanted to check if there are any updates on your testing.

Hi @lalit.khairnar
I am not able to reproduce this on my end, but I noticed that you passed the calendar_type = 2 which is the Zoom for Google workspace add-on. Can you try passing the value 1 that corresponds to Zoom Outlook add-in