One Productivity Hub powered by SharePoint Framework
This repository contains a demo application that helps you keep track of your activities planned for the day. The application is built using the SharePoint Framework and runs in Microsoft Teams, Outlook, Microsoft 365 app, and SharePoint. It uses Microsoft Graph Toolkit to connect to Microsoft Graph and display data from Microsoft 365.
This solution is inspired by the One Productivity Hub built by Ayça Bas.
Used SharePoint Framework Version
Prerequisites
Solution
Solution | Author(s) |
---|---|
One Productivity Hub | Waldek Mastykarz, @waldekm |
Version history
Version | Date | Comments |
---|---|---|
1.0 | November 1, 2022 | Initial release |
Disclaimer
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Minimal Path to Awesome
- Clone this repository
- Ensure that you are at the solution folder
- in the command-line run:
- npm install
- gulp serve
Features
This solution illustrates the following concepts:
- Using Microsoft Graph Toolkit in SharePoint Framework solutions to connect to Microsoft Graph
- Retrieving data from Microsoft 365 using Microsoft Graph and Microsoft Graph Toolkit