Category: Microsoft Graph
-
Get your To-Do tasks every morning on Microsoft Teams using Azure Logic Apps
I am super excited since Microsoft Graph To Do APIs are introduced at Microsoft Build 2020. We finally have APIs available in public preview on the beta endpoint of Graph. Just a brief introduction, Microsoft To Do and Planner are the essence of tasks in Microsoft 365. To-Do helps you create a list for anything, from work assignments to school projects…
-
Authentication in Teams tabs using Microsoft Graph Toolkit
If you are looking for ways to build easy authentication for Microsoft Teams custom tab development, Microsoft Graph Toolkit Login component provides a button and flyout control to facilitate Microsoft identity platform authentication with couple of lines of code. How to build a tab with straightforward authentication flow? Enable Microsoft Teams Toolkit extension for Visual Studio Code Build Microsoft Teams tab…
-
Let people try your query in Microsoft Graph Explorer
Microsoft Graph Explorer is a wonderful learning space for the ones who are looking for testing Microsoft Graph APIs and reviewing the responses quickly. It provides the simple authentication where you can login, then see the response preview with your own tenant data. The best part of Microsoft Graph Explorer is its user-friendly design that…
-
Microsoft Graph + Power Automate = M365 data with no code!
Microsoft Graph provides a single endpoint to get connected with M365 data. We know that Power Automate has many built-in MS Graph components to access Outlook, Planner, Calendar and more. But, think about calling Microsoft Graph API with custom filters from Power Automate directly! It is even more exciting and gives us more flexibility and…
-
Microsoft Graph Toolkit: where to get started?
If you are a starter and willing to learn more about Microsoft Graph Toolkit, you are in the right place! Before we jump into a long run project, we will discover Microsoft Graph Toolkit and find answers to the following questions: What is Microsoft Graph Toolkit? What is in Microsoft Graph Toolkit? Where to get…
-
Microsoft Graph Toolkit: gather together your Office 365 in one app
Hey there! Today, we will work on an ASP.NET Core MVC web app with the power of Microsoft Graph Toolkit. Our purpose is to enable: Microsoft identity platform authentication the agenda from Outlook Calendar the tasks from Planner e-mails from Outlook If you never heard of Microsoft Graph Toolkit before, it is a powerful collection…
-
Microsoft Graph API Custom Connector for Power BI
Hello there, developers! Today, we will build Microsoft Graph API custom connector for Power BI by using M Language. For those who have never heard M Language before, here is a quick ramp-up video: In this scenario, our purpose is to build a custom connector to get Office 365 data via Graph API and use…