Tag Archives: Microsoft Graph REST API

Deleting Calendar Events With The Microsoft Graph API

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!

Continue reading

Searching Calendar Events With The Microsoft Graph API

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.

Continue reading

Identify Your User ID With The Microsoft Graph REST API

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, …)

Continue reading

Microsoft Graph REST API Bug When Applying a $select=id

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).

Continue reading