Forum Discussion

memunati's avatar
memunati
Copper Contributor
Apr 15, 2019
Solved

Employee Birthday Calendar Web Part

Hi, I am new to SharePoint and I am trying to implement an employee birthday calendar on SharePoint using the web-part here https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-...
  • João José Mendes's avatar
    João José Mendes
    Apr 17, 2019

    Hello dotunman210.

     

    Please create on list of birthdays an Index by column "Birthday" is need to sort and filter birthdays.

     

    I found that the webApiPermissions required to use Graph API was missing on webPart. and is that the problem.

     

    I changed and create a new package. sppkg.  Please Install the new sppkg, 

    https://sitenanuvem-my.sharepoint.com/:u:/g/personal/joao_j_mendes_sitenanuvem_pt/Ebl4y_iQ619Ppfq55rCS-m4BdEHGAaZ3VQEejwbbZ4Hxzw?e=u4Ztsh

     

    and deploy you will see the consent panel and a message to inform to go to manage api management to aprove the API permissions.

     

     

     

    go to:

     

    SharePoint Admin Center -  https://xxxx-admin.sharePoint.com  and change to new . SharePoint admin center and go to :  

     

    API management and aprove the permissions that are in pending status.

     

     

    Soon I will update a detailed documentation and new code and package on REPO. 

     

    Thank you.

     

     

     

Resources