Documentation / Configuration Guide
Configuration Guide
Learn how to create calendar views, configure data sources, and customize your calendars.
Creating a Calendar View
Calendar Views are the containers that display your data. Each view can have multiple data sources showing different types of records.
- Open the CalView Admin app
- Click New Calendar
- Enter a name for your calendar (e.g., "Team Schedule")
- Optionally add a description
- Click Save
Configuring Data Sources
Data sources tell CalView which Salesforce object to display and how to map its fields to the calendar.
- Open your calendar and click Add Data Source
- Select the Salesforce object (e.g., Event, Task, or a custom object)
- Configure the field mappings:
- Title Field: What to display as the event name
- Start Date/Time: When the event begins
- End Date/Time: When the event ends
- Description: Additional details shown on hover
- Choose a color for this data source
- Click Save
Field Mapping Reference
Supported Field Types
- Date Fields: For all-day events
- DateTime Fields: For timed events
- Text Fields: For title and description
- Formula Fields: Supported if they return Date, DateTime, or Text
Event Type Configuration
CalView supports three event types:
- Timed Events: Use DateTime fields for both start and end
- All-Day Events: Use Date fields for start and end
- Duration-Based: Use a start time plus duration field
Setting Up Filters
Filters limit which records appear on your calendar.
- In your data source configuration, expand Filters
- Click Add Filter
- Select the field to filter on
- Choose an operator (equals, contains, etc.)
- Enter the filter value
- For dynamic filters, check Use Current User
Pro Tip: Use "Current User" filters to create personalized calendar views that show each user only their own records.
Deploying to Lightning Pages
Once your calendar is configured, add it to a Lightning page:
- Navigate to the page where you want the calendar
- Click the gear icon → Edit Page
- Drag the CalView component onto the page
- In the properties panel, select your calendar from the dropdown
- Click Save and Activate