Tag: Microsoft 365
-
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…
-
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…