Create an Outlook Appointment with MS GRAPH API and Powershell

Recently, I created an Azure Automation Runbook to keep my Notions Tasks in Sync with my Calendar. I used Graph API to create and update my Outlook Events. So, we need Powershell and the Following GRAPH API Permission for our Script. More Details here: Create event – Microsoft Graph v1.0 | Microsoft Learn The Script

Create an Outlook Appointment with MS GRAPH API and Powershell Read More »