sp-dev-fx-webparts/samples/react-holidays-calendar
Harminder Singh 459ba36af2 SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30
..
.devcontainer Added nvmrc, fixed container, sample.json 2023-12-04 21:57:26 -05:00
Powershell React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30
fast-serve React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
src Upgraded react-holiday-calender to SPFx 1.18.2 2023-11-30 23:18:19 +05:30
teams React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
.eslintrc.js React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
.gitignore React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
.npmignore React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
.nvmrc Added nvmrc, fixed container, sample.json 2023-12-04 21:57:26 -05:00
.yo-rc.json SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30
Metadata.xml React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
README.md SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30
gulpfile.js React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
package-lock.json SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30
package.json SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30
tsconfig.json Upgraded react-holiday-calender to SPFx 1.18.2 2023-11-30 23:18:19 +05:30
yarn.lock SPFx version upgraded to version 1.19.0 & fluent UI react components upgraded to version 9.54.13 2024-08-26 23:21:26 +05:30

README.md

Holiday calendar

Summary

Holiday calendar solution contains SPFx web part and Adaptive card extension for Viva connections. SPFx web part provides below functionalities

  1. Provides the functionality to add the holiday as an event in the calendar
  2. Allows download all the holidays as CSV
  3. Icon to show Fixed and optional holiday
  4. Web part properties to set the web part title, hide/show download option, hide/show optional fixed holiday icons

ACE card extension provides below functionalities

  1. Show the next Holiday
  2. Allows to add holiday as an event in the calendar.

Holiday Calendar list Web Part in action

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

This sample is optimally compatible with the following environment configuration:

SPFx 1.19.0 Node.js v18 | v18 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

  • Run _applyTemplates.ps1 from the PowerShell folder to create the Holidays list
  • officelocation property of user profile should have a valid value and holiday items for that location should be available in the Holidays list (created as part of previous step)

Contributors

Version history

Version Date Comments
1.0 January 29, 2021 Initial release
1.1 November 30, 2023 Upgraded to SPFx 1.18.2
1.2 August 26, 2024 Upgraded to SPFx 1.19.0

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (REACT-HOLIDAYS-CALENDAR, located under samples)
  • in the command line run:
    • npm install
    • gulp serve

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

Features

  1. Provides the functionality to add the holiday as an event in the calendar
  2. Allows download all the holidays as CSV
  3. Icon to show Fixed and optional holiday

References

Help

We do not support samples, but 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.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues 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.