How to show planned workouts based on selected date in calendar?

Hey @Roelt, you’re welcome!

Sure, It’s very easy, you can follow these steps:

  • Add the Advanced Calendar component in the screen above the list.

  • Select the (Workouts) collection in the Calendar, and connect the Start time (Workout Time), and End time (if available) to your database collection properties.

  • Add the following filters to the list of (Workouts) below:

    Filter 1: Workout Time is after (Start of day selected on the Advanced Calendar).

    AND, Filter 2: Workout Time is before (End of day selected on the Advanced Calendar).

Note: Make sure to have the (Workout time) property in the database as a date/time property.