Description
When I created a meeting in Zoom via API, and generated an .ics file with the zoom meeting details. Afterward I added the .ics file into Outlook and schedule a meeting. The meeting is created, when you updating the meeting request in Outlook,the original zoom meeting is not being recognised, another new meeting got created with the same meeting title?
Error
With the custom generated .ics file with the zoom meeting URL created in Outlook, when you update the meeting in Outlook, the original zoom meeting is not being recongised, and it generated a new meetings instead.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users/{userId}/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create a zoom meeting via the Zoom API
- Generate an ics file with the API response details (e.g.: join url, title, etc).
- Click on the ics file and create the meeting in Outlook
- Click on the created meeting in outlook
- Update the meeting time for the created meeting.
- In Zoom, a new event got generated with the same title but different meeting ID and URL, and the old event is still there.
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.