sp-dev-fx-webparts/samples/react-birthdays
dependabot[bot] b895c4dcc6 Bump decode-uri-component in /samples/react-birthdays
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 23:32:10 -05:00
..
.devcontainer Updated devcontainer and sample.json 2022-04-11 04:11:18 +00:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Fixed typos + updated readme 2022-04-07 23:59:20 +02:00
src Typo fixes 2022-04-06 01:19:04 +02:00
teams Typo fixes 2022-04-06 01:19:04 +02:00
.editorconfig React-Birthdays Web Part (#716) 2018-12-28 17:47:35 +02:00
.gitignore Updated devcontainer and sample.json 2022-04-11 04:11:18 +00:00
.npmignore Upgrade project to SPFx 1.14.0 2022-04-06 01:15:55 +02:00
.yo-rc.json Typo fixes 2022-04-06 01:19:04 +02:00
README.md Changed docs links to learn 2022-10-24 09:42:45 -04:00
gulpfile.js Upgrade project to SPFx 1.14.0 2022-04-06 01:15:55 +02:00
package-lock.json Bump decode-uri-component in /samples/react-birthdays 2022-12-30 23:32:10 -05:00
package.json Bump moment from 2.29.1 to 2.29.2 in /samples/react-birthdays 2022-04-10 16:57:02 +00:00
tsconfig.json Upgrade project to SPFx 1.14.0 2022-04-06 01:15:55 +02:00
tslint.json Upgrade project to SPFx 1.14.0 2022-04-06 01:15:55 +02:00

README.md

Birthdays

Summary

The Web Part Birthdays shows the upcoming birthdays in the company, the web part reads birthdays from a list located on the tenant's root site with title "Birthdays."

Now is possible to the user select an image for the background in the properties of the web part.

There is an Azure function available that get AAD user birthdays, this function creates a list on the tenant root site, if it does not exist. See the local.settings.json for details on the required application variable located in SyncUsersBirthdaysFunction folder.

But you can synchronize the Birthdays list with other applications HR Systems, or other sources

Birthdays Web Part

Birthdays Web Part

Compatibility

SPFx 1.14.0 Node.js v14 | v12 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Prerequisites

Existing list in tenant root site, with the Title "Birthdays" and columns:

Column Internal Name Type Required comments
JobTitle Text no
Birthday DateTime true
userAADGUID Text no required if used Azure Function to get Birthdays from AAD
Title Text true
email Text true

IMPORTANT: Create index on column "Birthday".

Solution

Solution Author(s)
react Birthday Web Part João Mendes
react Birthday Web Part Sajal Maity

Version history

Version Date Comments
1.0.0 November 6, 2018 Initial release
1.1.0 July 23, 2019 new version
2.0.0 June 16, 2021 Upgraded to SPFx 1.12.1
3.0.0 April 7, 2022 Upgraded to SPFx 1.14.0

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add and Deploy Package to AppCatalog
    • Go to API Management - from SharePoint Admin Center new experience, and Approve the Permission Require to Use Graph API SCOPES

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This project contains sample Birthday web parts built on the SharePoint Framework using React and an Azure Function to get user Birthdays from AAD. This sample illustrates the following concepts on top of the SharePoint Framework:

  • using React for building SharePoint Framework client-side web parts
  • using React components for building Birthday web part
  • using MSGraph API to get data from SharePoint Lists
  • using MSGraph API to read users from AAD
  • using @PnP/PnPjs to create a List, add, update, delete Items.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.