#
microsoftgraph
Here are 36 public repositories matching this topic...
Open
Document issue
2
JukkaHau
commented
Jan 31, 2020
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
-
Updated
Mar 28, 2021 - C#
Microsoft Graph Ruby client library is not actively supported.
-
Updated
Jul 22, 2020 - Ruby
Authentication Providers for Microsoft Graph .NET SDK
-
Updated
Mar 24, 2021 - C#
Simple single-page JavaScript app for editing text files
-
Updated
May 10, 2017 - JavaScript
PowerShell-based CLI for automating and exploring the Microsoft Graph API.
-
Updated
Feb 27, 2021 - PowerShell
Use Microsoft Auth Library to login to Microsoft Graph API using AAD V2 (either personal MSA or organization login credentials) on #HoloLens. Also includes device flow which is useful for HoloLens to avoid typing passwords using gaze and tap gestures.
-
Updated
Jun 2, 2019 - C#
How to consume Microsoft Graph API using Azure AD authentication in .NET Core
-
Updated
Jul 14, 2019 - C#
Tools for interacting with the Microsoft Graph Api
microsoft
mail
rest
email
microsoftgraph
restapi
outlook
messages
graphapi
msgraph
msgraphapi
microsoftgraphapi
microsoftgraphrestapi
-
Updated
Mar 22, 2021 - PowerShell
This VSCode extension allows you to auto-complete the Microsoft Graph API URLs you are writing. You get the most useful Microsoft Graph Explorer functionality in your favorite editor.
autocomplete
extension
autocompletion
code
vscode
microsoftgraph
microsoft-graph-api
microsoft-graph
microsoftgraphapi
-
Updated
Mar 26, 2021 - TypeScript
Script for checking M365 health and send degradations to Teams and Telegram
-
Updated
Nov 13, 2020 - PowerShell
Tools to make a sys admin's life a little easier....
-
Updated
Dec 8, 2020 - PowerShell
GraphQL for Microsoft Graph
-
Updated
Feb 4, 2019 - JavaScript
PowerShell SDK for the Microsoft Graph API
-
Updated
Mar 28, 2021 - PowerShell
Simple example for Nette and Microsoft Graph usage. As daemon and user as well.
-
Updated
Feb 1, 2021 - PHP
Learn how to interact with Excel files on the cloud using Microsoft Graph in ReactJs
-
Updated
Aug 22, 2017 - JavaScript
An example Microsoft Graph PHP application with OAuth 2.0 client credentials flow.
-
Updated
Jul 31, 2017 - PHP
Web app to get notifications for new mail in Inbox
-
Updated
Jan 31, 2018 - JavaScript
Ths code sample shows how to use Microsoft Graph SDK with your Xamarin.Forms application.
-
Updated
May 12, 2020 - C#
Uses Microsoft Graph notifications to update calendar events based on predefined criteria
-
Updated
Feb 11, 2017 - C#
WorkflowGen and Microsoft Graph integration samples
-
Updated
Dec 10, 2018 - C#
Sample app shows how to use the Microsoft Graph API to access Outlook and OneDrive data from React
-
Updated
Dec 23, 2019 - JavaScript
A custom footer for modern SharePoint sites developed using a SharePoint Framework.
-
Updated
Jan 7, 2021 - TypeScript
A VueJS web application to read contacts from Microsoft accounts
javascript
microsoft
vuejs
vue
contacts
microsoftgraph
microsoft-graph-api
microsoft-graph
contacts-import
-
Updated
Aug 26, 2018 - Vue
This is just a simple repo containing scripts, templates, and so on
-
Updated
Aug 26, 2019 - PowerShell
Unofficial library for Microsoft Graph
-
Updated
Sep 25, 2020 - C++
Improve this page
Add a description, image, and links to the microsoftgraph topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microsoftgraph topic, visit your repo's landing page and select "manage topics."
According to documentation, to get latest delta link, I should make a delta call with $deltaToken=latest.
https://docs.microsoft.com/en-us/graph/delta-query-overview
However, something llike this obviously doesn't work.
groupCollectionPage.InitializeNextPageRequest(_graphServiceClient, "latest");Could support for latest delta token be added?
[AB#7275](https://microsoftgraph.v