Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A calendar Lightning Web Component for Salesforce apps.

License

wisefoxme/record-calendar

Repository files navigation

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

  1. Clone the repository to your local machine.

  2. Navigate to the project directory.

  3. 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

  1. Using NPM, make sure you have the Salesforce CLI installed globally on your machine:

    npm install -g  @salesforce/cli
    
  2. Also using NPM, install the package with:

    npm install --save-dev @wisefoxme/record-calendar
    
  3. Authenticate to your Salesforce org using the Salesforce CLI, and deploy it as in option 1.

TODOs

  • 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

About

A calendar Lightning Web Component for Salesforce apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published