sp-dev-fx-webparts/samples/react-mgtEvents/README.md

56 lines
1.7 KiB
Markdown
Raw Normal View History

2020-11-30 19:14:28 -05:00
# React-mgtEvents
## Summary
2021-01-28 11:12:53 -05:00
2020-11-30 19:14:28 -05:00
This sample shows how to use Microsoft Graph Toolkit in SPFx and custom with Fluent UI Fabric Controls
## ScreenShots
2021-01-28 11:12:53 -05:00
2020-11-30 19:14:28 -05:00
![mgtEvents](./assets/mhtEvents.JPG)
2021-01-28 11:12:53 -05:00
## Compatibility
![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
![Teams Personal App | Tab](https://img.shields.io/badge/Teams-Personal%20App%20%7C%20Tab-green.svg "Untested with Microsoft Teams")
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
2020-11-30 19:14:28 -05:00
## Applies to
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
## Solution
Solution|Author(s)
--------|---------
react-mgtEvents | João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0|November 29, 2020|Initial release
## Disclaimer
2021-01-28 11:12:53 -05:00
2020-11-30 19:14:28 -05:00
**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
If you have not previously granted the required Microsoft Graph permissions, you need to:
- Run `gulp bundle --ship`
- Run `gulp package-solution --ship`
- Install the `.sppkg` file (under `.\sharepoint\solution`) to the SP app catalog
- Approve the API permissions in the new SP admin center
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-mgtEvents" />