Forum Discussion
owertz
Mar 07, 2023Copper Contributor
react-modern-birthdays: Modern Employee Birthday Calendar/Timeline webpart doesn't display birthdays
Hello,
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/pnp/sp-dev-fx-webparts/tree/main/samples/react-modern-birthdays
Author of sample is João José Mendes
Following the instructions in the README.md, I have completed the following steps:
- Create list Birthdays on root of SharePoint Site with the following columns and properties: 
- Create index on column "Birthday" 
- Clone repository from GitHub
- Launch PS > change directory to .\samples\react-modern-birthdays
- npm install (no errors)
- gulp build (no errors)
- Modify serve.json to include my site's workbench path
- gulp serve (no issues, but does not display list values)
- gulp bundle --ship
- gulp package-solution --ship
- Add and deploy package to App catalog
- Approve API Scopes in API Management
- Add web part to site page
Details about my environment:
- Developer OS: Windows 10
- Target SharePoint Environment: SharePoint Online
- Browsers: Google Chrome, Microsoft Edge
- Node.js version: 16.19.1
- Required Node.js for sample: 16
- SPFx Doctor results:
√ SharePoint Framework v1.16.1
√ Node v16.19.1
√ yo v4.3.1
√ gulp-cli v2.3.0
√ bundled typescript used
Any idea on the next step to take? I have surfed the internet and haven't found anything that has helped me resolve this issue.
No RepliesBe the first to reply