While I was exploring the Microsoft Graph REST API and working with Calendar Events:


the next logical step was to delete an event and nothing could be easier!
While I was exploring the Microsoft Graph REST API and working with Calendar Events:


the next logical step was to delete an event and nothing could be easier!
Working off of my existing demo and previous posts:


I wanted to share 2 routines I’ve created for searching/listing events in a calendar.
There can be instances in which you need to identify a user’s Microsoft Graph REST API ID, so their user id.
This can be useful at time for running certain HTTP requests for a specific user. Retrieve information, Create/Edit/Delete elements associated with their account (contacts, calendar events, e-mails, …)
As you all have noticed by now, I have been exploring implementing the Graph REST API to interact with Outlook components: E-mail, Calendar, Contacts, …



Well, I’ve encountered an oddity that I qualify as a bug. I’m still investigating, bug have been able to reproduce the issue multiple times now (every time in fact).