Reputation: 484
I am sending a patch request with below details on created event, but it is updating the isOnlineMeeting value to true and false randomly. I am loosing the teams joining link.
{"subject":"Test55","isOnlineMeeting":true,"body":{"contentType":"HTML","content":"Does noon work for you1?"}}
What could be the issue?
Upvotes: 1
Views: 916
Reputation: 1
I also reproduce the issue. Solution doesn't allow update of body after creating Online meetting. I found a way to PATCH body: you can write the URL of TeamsMeeting into the body, then the online meeting is preserved.
Upvotes: 0