So, a few weeks ago I published articles and videos of how we can implement Microsoft’s Graph API so we could send e-mails:

How-to Send E-mails Via Outlook Using The Microsoft Graph API
Well, unless you’ve been living under a rock, by now, you are aware of some fundamental changes coming to Outlook in the not too distant future, mainly the fact that it will cease to support any form of VBA! Now, many have tried to make Microsoft reverse course, understand the millions of solutions (Access, Word, Excel, …) that will instantaneously break with such a switch, but there has been no change in course. Actually, per the usual, there has been little to no response whatsoever. This brings us to today’s post!
creates calendar events:

Use The Microsoft Graph REST API To Create An Event In The User's Calendar
So after my recent YouTube video on sending an e-mail via an Outlook.com account using the Microsoft Graph REST API: I thought I’d provide a function which can be used to create an event in the user’s calendar. (it is still a work in progress though)