sp-dev-fx-webparts/samples/react-my-personal-apps
Hugo Bernier 90f8257432 Merging #1218 and #1220 2020-04-15 13:33:50 -04:00
..
assets commit changes to grid tiles 2020-04-11 12:56:03 +01:00
config first commit 2020-04-10 00:28:57 +01:00
src Merging #1218 and #1220 2020-04-15 13:33:50 -04:00
teams first commit 2020-04-10 00:28:57 +01:00
tools first commit 2020-04-10 00:28:57 +01:00
README.md commit changes to grid tiles 2020-04-11 12:56:03 +01:00
azure-pipelines-build-template.yml first commit 2020-04-10 00:28:57 +01:00
azure-pipelines-deploy-template.yml first commit 2020-04-10 00:28:57 +01:00
azure-pipelines.yml first commit 2020-04-10 00:28:57 +01:00
gulpfile.js first commit 2020-04-10 00:28:57 +01:00
package-lock.json first commit 2020-04-10 00:28:57 +01:00
package.json first commit 2020-04-10 00:28:57 +01:00
tsconfig.json first commit 2020-04-10 00:28:57 +01:00
tslint.json first commit 2020-04-10 00:28:57 +01:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
Microsoft Graph
React
4/9/2020 12:00:00 AM

React My Personal Apps (Links)

Summary

The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access.

This Web Part uses MSgraph Open Extension to save the personal information on user object.

  

Birthdays Web Part

Birthdays Web Part

Birthdays Web Part

PersonalApps

PersonalApps

PersonalApps

PersonalApps

PersonalApps

PersonalApps

PersonalApps

PersonalApps

PersonalApps

PersonalApps

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react My Personal Apps João Mendes

Version history

Version Date Comments
1.0.0 April 9, 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

Please follow all the steps:

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
  • Add and deploy package to your tenant's App Catalog
  • Go to API Access - from SharePoint Admin Center new experience, and Approve the permission to use Microsoft Graph scope User.ReadWrite.All