Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2024-09-19 12:54 AM
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 + '"}]}}';