Calendar using Lightning web components
Last weekend I started playing around with the new lightning web components framework. I decided to get my hands dirty by building a calendar web component. Even though Salesforce provides a default calendar, it has limited functionality. So, building a custom calendar component in the Salesforce platform provides us with endless options for customization. For Instance, we could build a meeting room booking or ticket booking and many more apps by extending this component.
There is a plethora of javascript frameworks available to build a calendar. However, I chose to develop the calendar using pure lightning components. This gives us more flexibility and security. I am sure this would be a good alternative to external javascript calendar.
Code: https://github.com/gopiperu/lwc-calendar
Please feel free to share your valuable feedback.
Kudos to :
Please feel free to share your valuable feedback.
Kudos to :
I was standing on the shoulders of those giant when building this.
Well explained!
ReplyDeleteThanks for sharing