Calendar Event Item Occurrence View

This block displays a specific event item occurrence.

Page Parameters

NameTypeDescription
EventOccurrenceGuidGuidThe guid of the particular event occurrence.

Block Configuration

Registration URL

The base URL to use when linking to the registration page.

Template

The template to use when rendering the Event Item Occurrence.

Merge Fields

In the template, you have access to these objects:

FieldTypeDescription
RegistrationUrlstringRegistration URL
EventItemOccurrenceEventItemOccurrenceThe specific occurrence and the details of it.
EventEventItemThe entire list of last prayed details.
RegistrationStatusLabelstringStatus of first registration instance.
RegistrationStatusLabelsArray[string]Status of each registration instance.

If Spots Available has a value and there's less than 1 spot remaining, the registration status label returns "Full" unless the waitlist is enabled, which returns "Join Wait List". Otherwise, it's "Full".

Merge Field Types

EventItemOccurrence 
PropertyTypeDescription
EventItemIdintThe event item identifier.
CampusIdint?The campus identifier (optional).
LocationstringThe description of the location.
ScheduleIdint?The schedule identifier (optional).
ContactPersonAliasIdint?The contact person alias Id.
ContactPhonestringA string containing the contact person's phone number.
ContactEmailstringA string containing the contact person's email.
NotestringThe campus note.
NextStartDateTimeDateTimeThe next occurrence datetime (optional).
EventItem
PropertyTypeDescription
NamestringThe name of the event.
SummarystringA summary of the EventItem.
DescriptionstringThe description of the EventItem.
PhotoIdint?The identifier for the photo. (optional)
DetailsUrlstringGets or sets the details for an external event.
IsActiveboolWhether or not the EventItem is active.
IsApprovedboolWhether or not the EventItem is approved.
ApprovedByPersonAliasIdint?If approved, the Id of the person that approved it (optional).
ApprovedOnDateTimeDateTimeIf approved, the DateTime that it was approved. (optional).