cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Zoom meeting sync with Outlook Calender

lalit_Khairnar
Newcomer
Newcomer

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 i have given parameters passing while creating meeting.

String requestBody = '{"topic": "' + title + '", "agenda": "' + agenda + '", "password": "' + password + '", ' +
'"start_time": "' + formattedStartDateTime + '", ' +
'"type": 2, "duration": ' + durationInMinutes + ', ' +
'"timezone": "Asia/Kolkata", ' + 
'"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 + '"}]}}';

 
0 REPLIES 0