SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
zachroberts8668 7d8afab4a5 Updated README file 2019-09-14 09:42:50 -04:00
.vscode Initial Commit 2019-09-13 15:36:50 -04:00
assets Updated README 2019-09-13 16:15:35 -04:00
config Initial Commit 2019-09-13 15:36:50 -04:00
src Initial Commit 2019-09-13 15:36:50 -04:00
teams Initial Commit 2019-09-13 15:36:50 -04:00
.editorconfig Initial Commit 2019-09-13 15:36:50 -04:00
.gitignore Initial Commit 2019-09-13 15:36:50 -04:00
.yo-rc.json Initial Commit 2019-09-13 15:36:50 -04:00
README.md Updated README file 2019-09-14 09:42:50 -04:00
gulpfile.js Initial Commit 2019-09-13 15:36:50 -04:00
package-lock.json Initial Commit 2019-09-13 15:36:50 -04:00
package.json Initial Commit 2019-09-13 15:36:50 -04:00
tsconfig.json Initial Commit 2019-09-13 15:36:50 -04:00
tslint.json Initial Commit 2019-09-13 15:36:50 -04:00

README.md

react-my-groups

Summary

Using Microsoft Graph this webpart grabs the Office 365 groups and links to the SharePoint sites and outputs them to a list.

Demo

Used SharePoint Framework Version

drop

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.