Skip to content
Log in

BookableEvent - Liquid Object Reference

On this page

Description

The BookableEvent object contains information about an event for a Bookable Product.

:::note This object supports custom data via the data attribute. :::

Backed by

This drop renders the s_c__Bookable_Event__c Salesforce object. A theme writes it as bookable_event.

Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from bookable_event.data. See custom data fields in Liquid.

Attributes

Attribute Type Description
end_datetime Timestamp Returns the timestamp for when this event ends
id String Returns the unique id for this event
location BookableLocation Returns the BookableLocation for this event
name String Returns the name of the event
single_day? Boolean Returns true if the start and end dates are on the same day
start_datetime Timestamp Returns the timestamp for when this event starts

Available on

Was this article helpful?

Was this article helpful?