41a186057e | ||
---|---|---|
.. | ||
.vscode | ||
assets | ||
config | ||
src | ||
teams | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
React My Groups
Summary
Using Microsoft Graph, this webpart grabs the Office 365 groups the current user is a member of with links to the groups SharePoint site.
Used SharePoint Framework Version
Applies to
Solution
Solution | Author(s) |
---|---|
react-my-groups | Zach Roberts |
Version history
Version | Date | Comments |
---|---|---|
1.0 | September 13, 2019 | 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
- in the command line run:
npm install
gulp bundle --ship
gulp package-solution --ship
- Add the package to your app catalog
- Approve the Graph API permissions in the SharePoint admin center
- Add the webpart to your page
Features
This web part lists the current user's Office 365 groups with links to the groups SharePoint site.