I’m using Solspace Calendar for the events section of my website and Geofinder to allow users to search for events near them.
I’ve come a bit stuck when I want to display upcoming Calendar events within the Geofinder results.
All I need to do is ensure the results page only shows upcoming events and not past events. As Calendar doesn’t use the entry_date I’m not sure the best way to go about this.
I’ve looked at the database table and there is a ‘start_date’ field in ‘exp_calendar_events’, but I don’t know how to use this within the Geofinder tags.
I should add I’m not experienced with the query module yet.