Show Pie Calendar Meta Fields in Bricks Builder Query Loop
When you want to show data such as your event start/end times from Pie Calendar inside the Bricks Builder Query Loop, you need to format your field name to use the bricks "cf_" prefix to display the data.
This means that the dynamic data attribute will look like this:
cf__piecal_start_date
Check here for our complete list of Pie Calendar meta fields available to you: https://docs.piecalendar.com/article/8-meta-fields
You'll notice the start day/time and end day/time times are in one combined string, which is required for it to properly plot the event on the front-end calendar.
To fix this, you can use JS to reformat into a nicer, more human readable format. Learn more about that here: https://docs.piecalendar.com/article/35-reformat-meta-fields-in-query-loops
Example of how to properly query the meta field in a Bricks Query Loop: