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-05-09 12:32 PM
We have a system that needs to keep our internal platform, Zoom, and Google-Calendar all in sync. To do so we have built a Zoom webhook handler that subscribes to Zoom webhook events, and an app that publishes the events:
- meeting.created
- meeting.updated
- meeting.deleted
- meeting.ended
All of our users have the Zoom addon for Google workspace installed and configured.
Creating meetings via Zoom Scheduler & Google calendar are working mostly as expected. The only issue is that when a meeting is created via Google calendar, the Zoom webhook event doesn't have the meeting invitees (maybe google isn't sending the participants to Zoom?).
The problem: Changes to events in Google Calendar are not triggering a meeting.updated or a meeting.deleted event in the Zoom webhook. I don't have much documentation to troubleshoot to know if this is a feature they even support. For example, if you change the time of the meeting, change participants, or delete the meeting in Google calendar, Zoom doesn't appear to be getting those updates and as a result, trigger a webhook event.