The Delete Record Activity of the Zoom Integration Service Package cannot delete a specific instance of a recurring meeting. All recurring meetings have to be deleted. If the occurence_id parameter is populated with a value, the Delete Record call fails.
Meetings are confirmed to exist in Zoom Online
The following values have been tried as input to occurrence_id parameter for a meeting that has 3 occurences:
“Occurrence 3 of 3” (as seen on Zoom online)
“3 of 3”
“3”
“2” (assuming a zero-based index count)
The errors are as follows:
Delete an occurence of a Recurring meeting: Bad Request - Often due to a missing request parameter
RequestId: 64cb1f61e4b0e9c194ebeba7
ProviderMessage: code - 300, message - Invalid parameter: occurrence_id.
Delete an occurence of a Recurring meeting: Bad Request - Often due to a missing request parameter
RequestId: 64cb1fa6e4b0354c4dfcab59
ProviderMessage: code - 3000, message - Meeting Occurrence does not exist.
Is it because this is a personal edition of the Zoom cloud account?
For the delete occurrence activity this shouldn’t require a premium subscription to Zoom.
Would you be available for a meeting to further discuss the errors you are receiving with this activity?
I would like to see the complete steps to reproduce so I can take this back to our Engineering team.
Click the recurrence link of the meeting you would like to remove
Copy the Occurrence ID in the URL once you are on the edit page. The URL will look similar to the following - https://uipath.zoom.us/meeting/meeting ID number?occurrence=occurrence ID number
Use this ID number in the Occurrence ID prompt via Studio
The deletion will then be successful
Please let me know if you there are any questions or concerns.
In the interim, I will work on updating the documentation as well as the descriptive text for the Occurrence ID.