This repository contains the implementation of a Lightning Web Component for displaying data in a calendar in Salesforce.
Note
This component reads from the Events object only.
-
Clone the repository to your local machine.
-
Navigate to the project directory.
-
Run the following command to push the code to your Salesforce org:
sf project deploy start
Warning
This command will deploy your local changes to the Scratch Org.
-
Using NPM, make sure you have the Salesforce CLI installed globally on your machine:
npm install -g @salesforce/cli -
Also using NPM, install the package with:
npm install --save-dev @wisefoxme/record-calendar -
Authenticate to your Salesforce org using the Salesforce CLI, and deploy it as in option 1.
- Implement event creation
- Add support for time zones
- Implement controls for viewing other months and years
- Add labels for translations
- Add option to show event count