sp-dev-fx-webparts/samples/react-teams-tab-suggested-m...
Hugo Bernier 7202809a7d Changed docs links to learn 2022-10-24 09:42:45 -04:00
..
.devcontainer Added 1.7.x containers 2022-02-16 01:12:30 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
src Checking if user is Owner in group (#732) 2018-12-28 17:48:08 +02:00
teams React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
.editorconfig React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
.gitignore React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
.yo-rc.json React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
README.md Changed docs links to learn 2022-10-24 09:42:45 -04:00
gulpfile.js React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
package-lock.json React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
package.json React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
tsconfig.json React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00
tslint.json React teams tab suggested members (#687) 2018-11-19 23:55:06 +02:00

README.md

SPFx Web part / Teams tab Group members suggestion

Summary

This web part uses Graph API to suggest you members to add to a group (based on People endpoint), so you can easily add those members to the Group / Teams. It can be used as a SharePoint web part or Teams tab

Suggested Group Members Teams Tab

Solution

Solution Author(s)
react-teams-tab-suggested-members Luis Mañez (MVP, ClearPeople, @luismanez)

Version history

Version Date Comments
1.0.0 Nov 18, 2018 Initial release

Minimal Path to Awesome

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This sample illustrates the following concepts on top of the SharePoint Framework:

  • Teams tab web part using ReactJS
  • Using GraphClient to call /me/people
  • Graph API Batch request to add members to a Group
  • Gulp custom task to zip Teams folder
  • Using async / await for the async calls
  • Office UI fabric PeoplePicker

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.