@wisefoxme/record-calendar
v1.6.1
Published
A calendar Lightning Web Component for Salesforce apps.
Maintainers
Readme
Calendar Lightning Web Component
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.

Installation
Option 1: With the Salesfoce CLI 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.
Option 2: Using NPM and the Salesforce CLI
Using NPM, make sure you have the Salesforce CLI installed globally on your machine:
npm install -g @salesforce/cliAlso using NPM, install the package with:
npm install --save-dev @wisefoxme/record-calendarAuthenticate to your Salesforce org using the Salesforce CLI, and deploy it as in option 1.
TODOs
- [ ] Implement event creation
- [ ] Add support for time zones
- [x] Implement controls for viewing other months and years
- [x] Add labels for translations
- [x] Add option to show event count
