https://github.com/mj12358/sf-calendar
A configurable drop-in calendar for Salesforce.
https://github.com/mj12358/sf-calendar
apex aura salesforce visualforce
Last synced: 4 months ago
JSON representation
A configurable drop-in calendar for Salesforce.
- Host: GitHub
- URL: https://github.com/mj12358/sf-calendar
- Owner: MJ12358
- License: gpl-3.0
- Created: 2022-06-10T01:39:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T12:44:42.000Z (over 2 years ago)
- Last Synced: 2025-10-05T00:01:11.370Z (8 months ago)
- Topics: apex, aura, salesforce, visualforce
- Language: Apex
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# sf-calendar
A configurable drop-in calendar for Salesforce.
## Prerequisites
* Grab my [apex-core-utils](https://github.com/MJ12358/apex-core-utils) (HolidayUtil is necessary)
* Deploy using the button below
* Assign the "Calendar" permission set to anyone who needs access
## Deploy
## Usage
* In the lightning app builder, edit the page of your choice
* Find the "Calendar" component under "Custom"
* Drag and drop it on the page
## Configuration
* You can configure the following:
* Business Hours
* The calendar to show (defaults to the current user)
* The height of the calendar
* The initial view (defaults to "dayGridMonth")
* The all day slot
* Whether the calendar is editable
* Whether the calendar is selectable
* Whether to show week numbers
* The minimum time slot shown
* The maximum time slot shown
## Images

## View by Week

## View by Day

## Customize your event colors

## All customizations
