Pinned Repositories
active-directory-aspnetcore-webapp-openidconnect-v2
An ASP.NET Core 2.x Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
android-java-connect-rest-sample
Use Microsoft Graph to access a user’s Microsoft account data from within an Android app. This sample uses the Microsoft Graph REST endpoint to work with the data, and uses the Azure AD v2.0 endpoint for authentication of users of personal or work or school accounts.
android-java-connect-sample
Use Microsoft Graph to access a user’s Microsoft account data from within an Android app. This sample uses the Microsoft Graph Client Library to work with the data, and uses the Azure AD v2.0 endpoint for authentication of users of personal or work or school accounts.
android-java-meetingfeedback-rest-sample
This showcase sample accesses Microsoft calendar and email data so users can send anonymous feedback on the meetings they attend.
android-java-snippets-rest-sample
Code snippets that use the Microsoft Graph to perform common tasks, such as sending email or managing groups, from within an Android app. This sample uses REST calls directly to the Microsoft Graph endpoint, and the Active Directory Authentication Library (ADAL) for authentication of users' work or school Office 365 accounts.
aspnet-donations-rest-sample
This sample shows how to read and write into an Excel document stored in your OneDrive for Business account by using the Excel REST APIs.
aspnet-mailboxsync-sample
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.
aspnetcore-webhooks-sample
This sample shows how to subscribe for Microsoft Graph webhooks using application (app-only) permissions and the Azure AD endpoint.
powershell-samples
Cmdlet Samples for PowerShell
irvinesunday's Repositories
irvinesunday/android-java-connect-rest-sample
Use Microsoft Graph to access a user’s Microsoft account data from within an Android app. This sample uses the Microsoft Graph REST endpoint to work with the data, and uses the Azure AD v2.0 endpoint for authentication of users of personal or work or school accounts.
irvinesunday/android-java-meetingfeedback-rest-sample
This showcase sample accesses Microsoft calendar and email data so users can send anonymous feedback on the meetings they attend.
irvinesunday/aspnet-donations-rest-sample
This sample shows how to read and write into an Excel document stored in your OneDrive for Business account by using the Excel REST APIs.
irvinesunday/aspnet-mailboxsync-sample
irvinesunday/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.
irvinesunday/botframework-csharp-excelbot-rest-sample
Excel Bot is a bot built with the Microsoft Bot Framework that demonstrates how to use Excel with the Microsoft Graph API
irvinesunday/console-csharp-connect-sample
This sample shows how to connect a Windows console application to a Microsoft work or school (Azure Active Directory) or personal (Microsoft) account using the Microsoft Graph API to send an email.
irvinesunday/dotnetcore-console-sample
.Net Core console application for calling Microsoft Graph. Sample built from scratch.
irvinesunday/msgraph-sdk-android-auth
MSAL Authentication Provider for Android
irvinesunday/webjobs-webhooks-sample
Create Microsoft Graph webhook subscriptions from a background application using Azure WebJobs, so that it can receive notifications of changes in a user’s organization data.
irvinesunday/xamarin-csharp-snippets-sample
Provides a repository of code snippets that use the Microsoft Graph to perform common tasks such as sending email, managing groups, and other activities from within a Xamarin.Forms app. This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Authentication Library (MSAL) for authentication.