Our service uses Graph API to create events with Teams URL.
Generally, it is working fine, but recently we have noticed that some users are creating events but missing Teams URL.
The following is the issue.
Events are created successfully.(https://docs.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http)
The value of onlineMeeting is empty in the return of creating an event.
Some users have this problem when they write in someone else's calendar instead of their own calendar.
However, Teams URL is created normally when operating from the Outlook page.
Not all users are affected when writing to someone else's calendar.The issue was being issued without any problem until April 8, but the problem has been occurring since April 12. No code modifications have been made during this period, and users have not changed their settings.
Has something changed at Microsoft?
Any ideas?
Request (partly)
{
"isOnlineMeeting": true,
"onlineMeetingProvider": "teamsForBusiness"
}
Response(partly)
{
"onlineMeeting": null
}