GM - Single Calendar

Documentation

The Single Calendar component enables users to easily manage and view schedules in one place. It features drag-and-drop support, conditional coloring, and filtering by criteria, making calendar management more efficient and visually engaging.

Use case : Setting up a calendar to visualize project tasks efficiently.

Specification

Property
Type
Description

recordId

String

recordId to use. Keep this empty if you want to use the current record.

Calendar Label

String

Set the label of the calendar.

Custom Icon

String

Customize the calendar icon. All lightning icons are supported.

Default Calendar View

String

Set the default view (daily|weekly|monthly|schedule)

Calendar Height

Integer

Set the calendar height. Use 9999 for dynamic height.

Activity Object

String

Activity Object API Name. Don’t forget __c for custom objects.

Activity Title Field

String

Activity Title Field API Name. Don’t forget __c for custom fields.

Activity Sub Title Field

String

Activity Sub Title Field API Name. Don’t forget __c for custom fields.

Activity Date Field

String

Activity Date Field API Name. Don’t forget __c for custom fields.

Activity From Date Field

String

Activity From Date Field API Name. Don’t forget __c for custom fields.

Activity To Date Field

String

Activity To Date Field API Name. Don’t forget __c for custom fields.

Activity Popover Fields

String

Activity Popover Fields to display. Keep it empty to use the compact layout.

Activity Popover Columns #

Integer

Activity Popover Columns #

Activity Filter

String

Activity Filter. The filter should be a JSON string.

Activity Default Values

String

JSON string to initialize a new activity created from the calendar. Don’t forget __c for custom fields.

Activity Coloring

String

Activity Coloring. The coloring should be a JSON string.

Activity Actions

String

JSON string to initialize the list of available actions for an activity.

Activity Icon

String

Activity Icon.

Activity Label

String

Activity Label.

Enable Create Activity

Boolean

Check this option if you want to create activities.

Enable Update Activity

Boolean

Check this option if you want to update activities.

Enable Delete Activity

Boolean

Check this option if you want to delete activities.

Enable Toggle Fullscreen

Boolean

Check this option if you want to enable toggle fullscreen.

Extra Activities

String

Extra Activities Config.

API Reference

Last updated

Was this helpful?