Json – Microsoft Graph PowerShell Invoke-RestMethod to POST to the Calendar with multiple events
I have following PowerShell script which add event on the Office 365 group calendar. When I run the following script, it will only add the first event but not the second one. And there is no error. Have I missed…