sp-dev-fx-webparts/samples/react-graph-telephonedirectory
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
src upgrade to v1.11.0 2020-11-07 17:34:44 +01: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
.gitignore Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
.yo-rc.json upgrade to v1.11.0 2020-11-07 17:34:44 +01:00
README.md Added links to issue templates 2021-04-26 02:08:59 -04:00
gulpfile.js Added New sample on react-graph-telephonedirectory 2020-07-14 18:57:41 +05:30
package-lock.json Updated readme, version number 2020-11-07 17:11:44 -05:00
package.json Updated readme, version number 2020-11-07 17:11:44 -05:00
tsconfig.json upgrade to v1.11.0 2020-11-07 17:34:44 +01:00
tslint.json upgrade to v1.11.0 2020-11-07 17:34:44 +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

Used SharePoint Framework Version

1.11.0

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)
react-graph-telephonedirectory Aimery Thomas (@aimery_thomas)

Version history

Version Date Comments
1.0 July 14,2020 Initial Release
1.1 November 7,2020 Upgraded to SPFx 1.11

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