Description
The BookableEvent object contains information about an event for a Bookable Product.
ℹ️ Note
This object supports custom data via the data attribute.
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 |