sp-dev-fx-webparts/samples/js-public-unjoined-teams
Hugo Bernier eb8bd92a0b Updating telemetry link 2021-12-20 10:25:30 -05:00
..
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
src Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
teams Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
.editorconfig Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
.gitignore Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
.yo-rc.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
gulpfile.js Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
package-lock.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
package.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
tsconfig.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00
tslint.json Js public unjoined teams (#779) 2019-02-09 12:23:15 +02:00

README.md

Public teams I'm not a member of

Summary

This web part lists all the public teams the current user is not yet a member of. They can then join any of those teams by clicking the button right next to the team name. This web part can also be added to Teams as a tab (built with the 1.7.1 plusbeta/preview version).

picture of the web part in action

Compatibility

SPFx 1.7.1 Node.js v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Prerequisites

To be able to pin this web part as a Teams tab, your tenant currently needs to be in the targeted release mode. If your tenant is not in targeted release, you can still use the web part in SharePoint as usual.

Solution

Solution Author(s)
js-public-unjoined-teams Laura Kokkarinen (laurakokkarinen.com, @LauraKokkarinen)

Version history

Version Date Comments
1.0 February 5, 2019 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp bundle --ship
    • gulp package solution --ship
  • Deploy the solution package under \sharepoint\solution to the SharePoint app catalog
  • Approve the required Microsoft Graph permissions in the SharePoint admin center (Preview, API management)

Features

This web part lists all the public teams the current user is not yet a member of. They can then join any of those teams by clicking the button right next to the team name. The Teams client does not present this kind of a complete list by default, so the web part is particularly handy to all end users who might not even be aware of all the public teams that are available. This web part can also be added to Teams as a tab. The web part colors are based on the site color theme.

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.