sp-dev-fx-webparts/samples/react-graph-telephonedirectory
Dipen Shah 1cfd25fc12
Update README.md
2020-07-14 20:12:31 +05:30
..
assets Updated Readme.md file and adde image 2020-07-14 19:43:12 +05:30
config Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
src Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
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
.gitignore Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
.yo-rc.json Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
README.md Update README.md 2020-07-14 20:12:31 +05:30
gulpfile.js Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
package-lock.json Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
package.json Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
tsconfig.json Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
tslint.json Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30

README.md

Telephone Directory using React, Ms Graph and SPFx

Summary

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

Telephone Directory using SPFx and Graph

Used SharePoint Framework Version

1.9.1

Applies to

Prerequisites

Define Graph API scope to Package-solution.json

Graph API Scope

Solution

Solution Author(s)
react-graph-telephonedirectory Dipen Shah (@Dips_365)

Version history

Version Date Comments
1.0 July 14,2020 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

  • 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
  • Webpart Title control from PnP React
  • Microsoft Graph API
  • External API Integration with SharePoint Framework