sp-dev-fx-webparts/samples/react-holidays-calendar
dependabot[bot] 54d382ca06
Bump @babel/traverse in /samples/react-holidays-calendar
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 00:51:33 +00:00
..
.devcontainer Added sample.json and container 2023-01-12 07:54:37 -05:00
Powershell React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
assets Added sample.json and container 2023-01-12 07:54:37 -05:00
config React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
fast-serve React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
src React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
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
.yo-rc.json React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
Metadata.xml React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
package-lock.json Bump @babel/traverse in /samples/react-holidays-calendar 2023-10-26 00:51:33 +00:00
package.json React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
tsconfig.json React SPFx and viva extension holidays calendar first checkin 2023-01-12 07:54:37 -05:00
yarn.lock Bump @babel/traverse in /samples/react-holidays-calendar 2023-10-26 00:51:33 +00:00

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.16.1 Node.js v16 | v14 | v12 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

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.