sp-dev-fx-webparts/samples/react-graph-telephonedirectory
Hugo Bernier 7e97daab76 Added more contributions 2023-03-15 01:23:34 -04:00
..
.devcontainer Updated sample, container, linting issues 2023-03-12 14:35:31 -04:00
assets Updated sample, container, linting issues 2023-03-12 14:35:31 -04:00
config upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
src Updated sample, container, linting issues 2023-03-12 14:35:31 -04:00
teams Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
.editorconfig Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
.eslintrc.js upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
.gitignore upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
.npmignore upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
.yo-rc.json upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
package-lock.json Updated sample, container, linting issues 2023-03-12 14:35:31 -04:00
package.json upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00
tsconfig.json upgrade to spfx 1.16.1 2023-03-10 13:39:26 +01:00

README.md

Telephone Directory using React, Microsoft Graph and SPFx

Summary

This is sample web part using SPFx and MSGraph to fetch the users information based on First Name, Last Name and Email Address. The web part will fetch data from directory using Graph API and display in details list.

Telephone Directory using SPFx and Graph

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.16.1 Node.js v16 | v14 | v12 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Teams Incompatible Local Workbench Incompatible Hosted Workbench Compatible

Applies to

Prerequisites

Define Graph API scope to Package-solution.json

Graph API Scope

Contributors

Version history

Version Date Comments
1.0 July 14,2020 Initial Release
1.1 November 7,2020 Upgraded to SPFx 1.11
1.2 August 7, 2021 Adding the Title from the Property Pane into the Web Part
1.3 March 10,2023 Upgraded to SPFx 1.16.1

Minimal Path to Awesome

  • Clone this repository

  • in the command line run:

    • npm install
    • gulp build
    • gulp bundle
    • gulp package-solution
    • Upload .sppkg to appcatalog
    • Go to SharePoint Admin to grant access on graph API https://-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx?source=sitecollections#/webApiPermissionManagement
    • gulp serve

Features

Demonstrates integration of SPFx and Graph API to search the organizational users information.

Description of the web part with possible additional details than in short summary. This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Detail List control from Fluent UI
  • Web part Title control from PnP React
  • Microsoft Graph API
  • External API Integration with SharePoint Framework

Video

Building company Phone Directory solution with SPFx and Microsoft Graph

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're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

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.