sfdx-lwc-fullcalendarjs
                                
                                 sfdx-lwc-fullcalendarjs copied to clipboard
                                
                                    sfdx-lwc-fullcalendarjs copied to clipboard
                            
                            
                            
                        Full Calendar JS - Lightning Web Components
Full Calendar JS - Lightning Web Components
- A simple implementation of Full Calendar JS (https://fullcalendar.io) in Lightning Web Components.
Dev, Build and Test
- The calendar data is currently mocked but can easily be refactored to retrieve data from an Apex controller.
Resources
- JQuery
- Moment.js
- FullCalendarJS
Description of Files and Directories
- lwc/fullCalendarJs- FullCalendarJS Lightning Web Component
- staticresources/FullCalendarJS- JS and CSS files.
Issues
- I'm not sure if LWC has a way to use loadStyle()with theprintattribute similar to<link>tags. This is used to indicate that a separate CSS can be loaded for print or print preview.