3.2 KiB

holidays-calendar

Summary

Holiday calendar solution contains SPFx webpart and Adaptive card extenstion for Viva connections. SPFx webpart 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. Webpart properties to set the webpart 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.

image image

Used SharePoint Framework Version

version

Applies to

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

Prerequisites

Run _applyTemplates powershell to create the Holidays list officelocation property of user profile should have a valid value and holiday item for that location should be avilable in the Holidays list(created as part of previous step)

Solution

Solution Author(s)
react-holidays-calendar Harminder Singh

Version history

Version Date Comments
1.0 January 29, 2021 Initial release

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.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Include any additional steps as needed.

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