Microsoft 365 Developer Blog

A developer platform for building collaborative apps for hybrid work

Latest posts

30DaysMSGraph – Day 29 – Use case: Upload files to OneDrive
Nov 29, 2018
0

30DaysMSGraph – Day 29 – Use case: Upload files to OneDrive

Brian T. Jackett
Brian T. Jackett

In Day 28 we created a webhook notification for Microsoft Graph events.  Today we will interact with files stored in OneDrive.

Outlook REST API v1.0 BasicAuth Deprecation
Nov 28, 2018
0

Outlook REST API v1.0 BasicAuth Deprecation

Microsoft Graph team
Microsoft Graph team

Last year, we announced that on November 2018, we will stop supporting Basic Authentication in the Office 365 Outlook REST API v1.0 and this is a follow up announcement to reiterate that we will be decommissioning Basic Authentication in Outlook REST API v1.0 this month.

30DaysMSGraph – Day 28 – Use case: Webhooks
Nov 28, 2018
0

30DaysMSGraph – Day 28 – Use case: Webhooks

Brian T. Jackett
Brian T. Jackett

In Day 27 we created a Team with Microsoft Graph.  Today we’re looking at webhooks in Microsoft Graph.

Microsoft Graph documentation has a fresh new look
Nov 27, 2018
0

Microsoft Graph documentation has a fresh new look

Jeremy Thake
Jeremy Thake

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
Nov 27, 2018
0

30DaysMSGraph – Day 27 – Use case: Create a Team

Brian T. Jackett
Brian T. Jackett

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
Nov 27, 2018
0

Microsoft Teams platform update

Microsoft Teams team
Microsoft Teams team

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
Nov 26, 2018
0

30DaysMSGraph – Day 26 – Use case: Calling Microsoft Graph using Flow

Srinivas Varukala
Srinivas Varukala

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
Nov 25, 2018
0

30DaysMSGraph – Day 25 – Use case: Create a OneNote notebook

Brian T. Jackett
Brian T. Jackett

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
Nov 24, 2018
0

30DaysMSGraph – Day 24 – Use case: Calling Microsoft Graph from a single-page application Part 2

Srinivas Varukala
Srinivas Varukala

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.