devxsample
There are 116 repositories under devxsample topic.
microsoftgraph/powershell-intune-samples
This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
microsoftgraph/microsoft-graph-comms-samples
Microsoft Graph Communications Samples
microsoftgraph/aspnet-snippets-sample
A repository of code snippets that use Microsoft Graph to perform common tasks such as sending email, managing groups, and other activities from an ASP.NET Core MVC app. This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Identity Web Library for authentication on the Microsoft identity platform v2.0 endpoint.
microsoftgraph/msgraph-sample-nodeexpressapp
This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from Node.js Express apps.
microsoftgraph/msgraph-sample-phpapp
This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from PHP web apps.
microsoftgraph/nodejs-webhooks-sample
Create Microsoft Graph webhook subscriptions for a Node.js app, so that it can receive notifications of changes in a user’s Microsoft account data.
microsoftgraph/msgraph-sample-reactspa
This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React browser apps.
microsoftgraph/msgraph-sample-pythondjangoapp
This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Python web apps.
microsoftgraph/aspnetcore-webhooks-sample
This sample shows how to subscribe for Microsoft Graph webhooks using application (app-only) permissions and the Azure AD endpoint.
microsoftgraph/python-sample-auth
Please see https://github.com/microsoftgraph/msgraph-training-pythondjangoapp for a Python sample.
microsoftgraph/aspnetcore-connect-sample
[ARCHIVED] This ASP.NET Core MVC sample shows how to connect to Microsoft Graph using delegated permissions and the Azure AD v2.0 (MSAL) endpoint.
microsoftgraph/csharp-teams-sample-graph
[ARCHIVED] Sample apps (C# and node) for accessing Microsoft Teams data via the Microsoft Graph
microsoftgraph/python3-connect-rest-sample
[ARCHIVED] This sample shows how to connect your Python web app to Office 365 using Microsoft Graph to send an email.
microsoftgraph/nodejs-connect-rest-sample
[ARCHIVED] Use Microsoft Graph to access a user’s Microsoft account data from within a Node.js web application. This sample sends REST calls directly to the Microsoft Graph endpoint, and authenticates with the Azure AD v2.0 endpoint to support Microsoft Accounts and work or school accounts.
microsoftgraph/msgraph-sample-rubyrailsapp
This sample demonstrates how to use the Microsoft Graph REST API to access data in Office 365 from Ruby on Rails apps.
microsoftgraph/dotnetcore-console-sample
.Net Core console application for calling Microsoft Graph. Sample built from scratch.
microsoftgraph/30DaysMSGraph-TryItOut
This repo contains the Try It Out samples from the 30 Days of Microsoft Graph blog series (https://aka.ms/30DaysMSGraph).
microsoftgraph/php-connect-rest-sample
[ARCHIVED] Use Microsoft Graph to access a user’s Microsoft account data from within a php web application. This sample gets OAuth tokens from the Azure AD v2.0 endpoint and uses REST calls directly to Microsoft Graph.
microsoftgraph/msgraph-sample-aspnet-core
This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from ASP.NET Core apps.
microsoftgraph/python-sample-console-app
Please see https://github.com/microsoftgraph/msgraph-training-pythondjangoapp for a Python sample.
microsoftgraph/msgraph-sample-angularspa
This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from Angular single-page applications.
microsoftgraph/dataconnect-solutions
Microsoft Graph Data Connect enables scaled access to Microsoft 365 data with fine grained consent model, integrated with compliance and governance, to enable analytics and big data applications on the largest productivity platform.
microsoftgraph/aspnet-connect-rest-sample
[ARCHIVED] This ASP.NET MVC sample shows how to connect to Microsoft Graph and use the API to send an email.
microsoftgraph/msgraph-community-samples
Repo for community contributed samples
microsoftgraph/aspnet-connect-sample
[ARCHIVED] This walkthrough shows you how to use the Office 365 Connected Services in Visual Studio 2017.
microsoftgraph/php-connect-sample
[ARCHIVED] Use Microsoft Graph to access a user’s Microsoft account data from within a PHP web application. This sample gets OAuth tokens from the Azure AD v2.0 endpoint and connects it to the Microsoft Graph SDK for PHP.
microsoftgraph/msgraph-sample-azurefunction-csharp
This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from Azure Functions.
microsoftgraph/angular-connect-rest-sample
[ARCHIVED] Use Microsoft Graph to access a user’s Microsoft account data from within an AngularJS web application. This sample uses REST calls directly to the Microsoft Graph endpoint and authenticates users with Microsoft Accounts or work or school Office 365 accounts.
microsoftgraph/nodejs-apponlytoken-rest-sample
[ARCHIVED] This sample shows how to connect a service or daemon app (written in Node.js) to the Microsoft Graph API.
microsoftgraph/msgraph-search-connector-sample
This .NET Core application shows how to use the Microsoft Graph indexing API to create a connection to the Microsoft Search service and index custom items.
microsoftgraph/aspnet-webhooks-rest-sample
Webhooks in Microsoft Graph notify your web application about changes in user data. You can create a webhook subscription to get notified about changes in user's data. This sample uses the Azure AD endpoint to obtain an access token for work or school accounts.
microsoftgraph/java-spring-webhooks-sample
Receive change notifications with data with the Microsoft Graph
microsoftgraph/msgraph-sample-android
This sample demonstrates how to use the Microsoft Graph Java SDK to access data in Office 365 from native mobile Android applications.
microsoftgraph/msgraph-sample-spfx
This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from SharePoint Framework (SPFX) applications.
microsoftgraph/xamarin-csharp-propertymanager-sample
[ARCHIVED] Demonstrates how to use the Microsoft Graph as the only back-end component for a complete property management solution.