Event Item Occurrence List By Audience Lava
Block that takes an audience and displays calendar item occurrences for it using Lava.
Last updated
Block that takes an audience and displays calendar item occurrences for it using Lava.
Last updated
⚙️ Powered by Rock RMS
The query parameters this block looks for upon initialization are as follows.
Name | Type | Description |
---|---|---|
The title to make available in the lava.
The audience to show calendar items for.
Filters the events by a specific calendar.
List of which campuses to show occurrences for. This setting will be ignored if Use Campus Context
is enabled.
Determine if the campus should be read from the campus context of the page.
Optional date range to filter the occurrences on.
The maximum number of occurrences to show.
The page to use for showing event details.
The template to use when rendering event items.
In the template, you have access to these objects:
The Lava commands that should be enabled for this block, only affects Lava rendered on the server.
Field | Type | Description |
---|---|---|
CampusGuid
Guid
An optional Guid of the campus to filter event items to.
CurrentPage
Page
The current page of the individual.
ListTitle
string
The title of the list.
EventDetailPage
Guid
The Guid of the event detail page to navigate to.
EventItemOccurrences
List<EventItem>
A list of all event item occurrences.
FilteredCampuses
List<Campus>
A list of campuses based on the filters provided in the page parameter.
Audience
Audience
The audience to display events for.
Calendar
Calendar
The event calendar to display.