Calendar Event Item Occurrence View
Displays a particular calendar event item occurrence.
Last updated
Displays a particular calendar event item occurrence.
Last updated
⚙️ Powered by Rock RMS
This block displays a specific event item occurrence.
The block looks for the following page parameter.
Name | Type | Description |
---|---|---|
The base URL to use when linking to the registration page.
The template to use when rendering the event.
In the template, you have access to these objects:
Field | Type | Description |
---|---|---|
This merge field has a couple of unique types, EventItemOccurrence
and Event
. Here are their usable properties.
EventItemOccurrence
EventItem
Property | Type | Description |
---|---|---|
Property | Type | Description |
---|---|---|
EventOccurrenceGuid
Guid
The guid of the particular event occurrence.
RegistrationUrl
string
EventItemOccurrence
EventItemOccurrence
The specific occurrence and the details of it.
Event
EventItem
The entire list of last prayed details.
CurrentPerson
Person
The current person.
EventItemId
int
The event item identifier.
CampusId
int?
The campus identifier (optional).
Location
string
The description of the location.
ScheduleId
int?
The schedule identifier (optional)
ContactPersonAliasId
int?
The contact person alias Id.
ContactPhone
string
A string containing the contact person's phone number.
ContactEmail
string
A string containing the contact person's email.
Note
string
The campus note.
NextStartDateTime
DateTime
The next occurrence datetime (optional).
Name
string
The name of the event.
Summary
string
A summary of the EventItem.
Description
string
The description of the EventItem.
PhotoId
int?
The identifier for the photo. (optional)
DetailsUrl
string
Gets or sets the details for an external event.
IsActive
bool
Whether or not the EventItem is active.
IsApproved
bool
Whether or not the EventItem is approved.
ApprovedByPersonAliasId
int?
If approved, the Id of the person that approved it (optional).
ApprovedOnDateTime
DateTime
If approved, the DateTime that it was approved. (optional).