Microsoft 365 Developer Blog
A developer platform for building collaborative apps for hybrid work
Latest posts

Microsoft Graph documentation has a fresh new look

We've heard your feedback over the years that you'd like to see some improvements to the Microsoft Graph documentation experience. Today we are announcing that we've moved to https://docs.microsoft.com/graph, which gives our docs a fresh new look!

30DaysMSGraph – Day 27 – Use case: Create a Team
In Day 26 we concluded calling Microsoft Graph using Flow. Today, we'll show how to create teams and automate team lifecycles.

Microsoft Teams platform update
This is the first in a series of regular updates for our beloved developers on all things Microsoft Teams.

30DaysMSGraph – Day 26 – Use case: Calling Microsoft Graph using Flow
In todays post we will show you how to make Microsoft Graph API calls using Microsoft Flow.

30DaysMSGraph – Day 25 – Use case: Create a OneNote notebook
In Day 24 we concluded configuring implicit flow authentication on a single-page application.  Today we'll extend the base console application to create a OneNote notebook, section, and page.

30DaysMSGraph – Day 24 – Use case: Calling Microsoft Graph from a single-page application Part 2
In todays post we will see at four samples covering Azure AD v1 and v2 that uses ADAL and MSAL along with TypeScript, JQuery, React and Webpack.

30DaysMSGraph – Day 23 – Use case: Calling Microsoft Graph from a single-page application Part 1
Today and tomorrow, you'll learn to do much the same thing directly from a web browser in a Single Page Application. Today's article will walk you through updating your app registrations (for v1 and v2) so they'll work from the browser; tomorrow we'll dig into the code.

30DaysMSGraph – Day 22 – Device and App Management with Intune
In day 21 we added plans, buckets, and tasks to Planner. Today we will be building on the .Net Core sample application started in Day 15 to add support for the device and app management functionality offered by Intune.

30DaysMSGraph – Day 21 – Use case: Create plans, buckets, and tasks in Planner
In Day 20 we configured the base .Net Core console application to utilize the device code authentication flow. Today we will continue with that path by extending this application to interact with Planner.