sp-dev-fx-webparts/samples/react-teams-tab-suggested-m.../README.md

2.0 KiB

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

Used SharePoint Framework Version

SPFx v1.7.0

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

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

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