Перейти к файлу
Derek Smay 0d6119df18
Merge pull request #41 from microsoft/dev
Dev
2021-06-14 15:12:01 -04:00
assets updates and images 2021-06-14 18:52:39 +00:00
solution Updated the package in the solutions folder 2021-05-14 15:47:49 -04:00
src In progress of adding the web part title properties 2021-05-25 16:22:43 -04:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-04-09 07:51:37 -07:00
LICENSE Updating LICENSE to template content 2021-04-09 07:51:33 -07:00
README.md fix links 2021-06-14 19:06:30 +00:00
SECURITY.md Initial SECURITY.md commit 2021-04-09 07:51:35 -07:00
SUPPORT.md Update SUPPORT.md 2021-06-05 18:18:37 +00:00

README.md

Me solution for Teams

Supported Versions of Office 365

Commercial GCC GCC High GCC DoD
Supported Supported Unknown Unknown

SharePoint Framework Version

version

Overview

The Me solution for Teams will provide users a place to view all their personal information with the click of button. The Me solution consists of several custom SharePoint Framework Web parts (SPFX) along with out of the box SharePoint webparts to allow an organization to create a SharePoint page for users.

Features

The Me solution provides 3 different webparts to deploy to SharePoint page to provide users a single page to view Email, ToDo tasks and Calendar events. The SharePoint pages is deployed as an personal tab within Teams.

MeHub

Properties and Graph Permissions

Each SPFX webpart has several properties and Graph permissions required.

  1. MyEmail readme
  2. MyEvents readme
  3. ToDo readme

Minimal Path to Awesome

  1. Upload the my-email.sppkg to your tenant's SharePoint App Catalog.
  2. Upload the my-calendar.sppkg to your tenant's SharePoint App Catalog.
  3. Upload the my-todo.sppkg to your tenant's SharePoint App Catalog.
    1. In each of the Do you trust solution dialog
      1. Make sure Make this site available to all in the organization is checked
      2. Click the deploy button
  4. Grant permissions to Graph API from SharePoint admin center
  5. Create a SharePoint Page and configure with Me-Hub webparts.
  6. Download the sample Teams Manifest
  7. Update manifest file links and domains to appropriate domain and pages.
  8. Create zip file with Teams manifest, Color.png and outline.png
  9. Upload zip file to Teams to install the app

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.