Over the years, Iโve come to rely heavily on Microsoft To Do as my daily task manager. Itโs simple, it syncs across devices, and it integrates nicely with the rest of Microsoft 365. But like many tools we use every day, it has its limitsโand I recently ran headfirst into one. I had accumulated thousands... Continue Reading →
A Week @ Microsoft Campus
It has been an amazing and rewarding week for me as Microsoft MVPs (Most Valuable Professionals) and RDs (Regional Directors) travelled from all corners of the world to gather at the Microsoft Redmond Campus for an intense week of knowledge sharing, direct engagement with product teams and Microsoft leadership, providing feedback, sharing vision and discussing... Continue Reading →
Microsoft Graph API – Inconsistent support for User Id, UPN and SMTP address to identify users
When making calls to get user centric data from the Microsoft Graph API the documentation tells us we can use either the users (Graph) id or the users UPN (Active Directory User Principal Name) For example, to get the details of a specific user GET /users/{id|userPrincipalName} To get mail messages for a specific user GET... Continue Reading →
My reflections on European SharePoint Conference 2022 (and all the photos)
This conference marked the first time I travelled outside of Australia since 2019. As hard as we've all tried with virtual conferences, user groups and meetups this solidifies for me the value of in-person events. I feel I struggled to maintain existing relationships over the last 3 years in the virtual world, and even harder... Continue Reading →
How we built the OnePlaceMail Outlook App on the Microsoft 365 Platform & Azure Cloud
In this episode of the Microsoft "Learn from the Community" series with Ayca Bas, Mathieu Rebuffet and myself discuss our career paths that led us to developing and running commercial products at scale on top of the Microsoft 365 platform and leveraging the Microsoft Azure cloud. We demonstrate some key features of the OnePlaceMail App... Continue Reading →
Developer Sessions at Microsoft 365 Virtual Marathon Conference
I'll be giving two developer oriented sessions at the free Microsoft 365 Virtual Marathon conference May 4-6 2022. Microsoft 365 Virtual Marathon is a free, online, 60-hour event happening May 4-6, 2022. We will have content going the whole time with speakers from around the globe. This event is free for all wanting to attend.... Continue Reading →
How to combine Graph & SharePoint permission consent into a single MSAL dialog on first use
The Problem The reason for writing this post and creating the accompanying simplified proof of concept github repo was that I was struggling to find a documented way to achieve getting the end user to consent to both Graph and SharePoint permission scopes without being presented with two consent prompts. The reason I wanted this... Continue Reading →
How to use the Microsoft Graph SDK Chaos Handler to Simulate Graph API Errors
So you've developed your application using the Microsoft Graph SDK, you are making calls to the Graph API and things are looking great. Being an awesome developer, you want to make sure that your application can handle any errors that the Graph API might throw at you. The first challenge is trying to figure out... Continue Reading →
Simulating 429 Throttling in Microsoft Graph API (SharePoint/OneDrive workloads)
Developing and testing your error handling code is really important to ensure the end product is resilient. I've always found this area to be a bit of a minefield when developing against SharePoint and more recently the Microsoft Graph API. I usually resort to using some software that intercepts the calls being made (e.g. Fiddler)... Continue Reading →
Microsoft Graph Learn Together Event – Join Our APAC Watch Party
What is this event? The Microsoft Graph team (the people that actually make the Graph API) are running a 2hr live streamed event on Learn TV targeted at developers wanting to learn how to build apps using the Microsoft Graph and expedite their journey. Microsoft is running this live stream twice to accommodate different time... Continue Reading →