This SPFX webpart which can also be used as Teams tab lists all the teams in the tenant.
It will display if a user is already part of a Microsoft Teams Team and if not provide a join link
| Version | Date | Comments |
|---|---|---|
| 1.0 | May 6, 2019 | Initial release |
| Solution | Author(s) |
|---|---|
| react-teams-list | Rabia Williams |
Make sure you make this an isolated webpart, for ease of demonstration this webpart is currently not an isolated webpart and uses existing permissions granted
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadBasic.All"
},{
"resource": "Microsoft Graph",
"scope": "Groups.Read.All"
}
git clone the repo
npm i
npm i -g gulp
gulpThis package produces the following:
- lib/* - intermediate-stage commonjs build artifacts
- dist/* - the bundled script, along with other resources
- deploy/* - all resources which should be uploaded to a CDN.
gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO
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.
- Clone this repository
- Package the SPFX webpart
- Copy the package
react-teams-listto the appcatalog - Copy the zip file in
teamsfolder to the appcatalog - Upload the zip file also to the
Teamsapp, viaside loading - Add the app into a channel


