mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
3.2 KiB
3.2 KiB
holidays-calendar
Summary
Holiday calendar solution contains SPFx webpart and Adaptive card extenstion for Viva connections. SPFx webpart provides below functionalities
- Provides the functionality to add the holiday as an event in the calendar
- Allows download all the holidays as CSV
- Icon to show Fixed and optional holiday
- Webpart properties to set the webpart title, hide/show download option, hide/show optional fixed holiday icons
ACE card extension provides below functionalities
- Show the next Holiday
- Allows to add holiday as an event in the calendar.
Used SharePoint Framework 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
- Provides the functionality to add the holiday as an event in the calendar
- Allows download all the holidays as CSV
- Icon to show Fixed and optional holiday
References
- Getting started with SharePoint Framework
- Building for Microsoft teams
- Use Microsoft Graph in your solution
- Publish SharePoint Framework applications to the Marketplace
- Microsoft 365 Patterns and Practices - Guidance, tooling, samples and open-source controls for your Microsoft 365 development