RIO Ed - Listed Sessions Calendar
| Component Name | RIO Ed - Listed Sessions Calendar |
| API Name | rio_ed:listedSessionsCalendar |
| Type | Standalone |
| Description | |
| Supported In | Salesforce, Digital Experience |
| Attribute Name | API Name | Description |
| Session Ids | sessionIds |
(This attribute is invisible, and needs to be populated programmatically by another custom component or flow) This is a list of Session Ids. The calendar will display bookings for all of these Sessions, regardless of if the user has enrolled. |
| Show Calendar Navigation Header | showHeader |
Display calendar navigation. Default = true. |
| First Day of Week | firstDay |
Input the number to set the first day of week in the calendar. Sunday=0, Monday=1 Default = 1. |
| Calendar First Hour | minTime |
Determines the first hour/time that will be displayed, even when the scrollbars have been scrolled all the way up. Default = 09:00 |
| Calendar Last Hour | maxTime |
Determines the last hour/time (exclusively) that will be displayed, even when the scrollbars have been scrolled all the way down. Default = 17:00 |
| Include Unpublished Sessions | includeUnpublishedSession |
Include Unpublished Sessions. Default = false. |
| Show Public Calendar Label Sessions | showPublicLabelSessions |
Shows public sessions in the calendar that match the contact public calendar labels. Default = false. |
| Public Calendar Label Past Day Range | publicMinDayRange |
How many days in the past to look for public sessions. Default = 90 |
| Public Calendar Label Future Day Range | publicMaxDayRange |
How many days in the past to look for future sessions. Default = 90 |
| Session Info Field Set | sessionInfoFieldSet |
The API name of a field set from the Session object, containing Session fields to display. Default = rio_ed__Timeline_CalendarInfoPopup |
| Session Time Info Field Set | sessionTimeInfoFieldSet |
The API name of a field set from the Session Time object, containing Session Time fields to display. Default = rio_ed__Timeline_CalendarInfoPopup |
| Session Booking Info Field Set | sessionBookingInfoFieldSet |
The API name of a field set from the Booking object, containing Booking fields to display. Default = rio_ed__Timeline_CalendarInfoPopup_Session |
| Debug Mode | enableDebugMode |
Enable debug mode. Default = false. |
| Column Header Format | columnHeaderFormat | (v3.20) Determines the text that will be displayed on the column headings, e.g. ddd=Mon, ddd M/D=Mon 3/18, dddd=Monday. |