Getting 3004: Specified meeting is not found
Hi,
I want to get information about a meeting using the onlineMeetings API.
However I am getting this error;
code": "NotFound",
"message": "3004: Specified meeting is not found"
The meeting is in the ms teams calendar and I am sure that I entered the joinurl and userId parameters correctly.
I am getting this error after following request if it is important;
https://graph.microsoft.com/v1.0/users/userId/onlineMeetings?$filter=JoinWebUrl eq <joinUrl>
The strange thing is,
The same request returns 200: success after the meeting. However, after about 3-4 days, it is returning the error I mentioned above. (The exact same request, I am sure)
What is the reason for this and how can I fix it?