I installed a plugin called CalendarPress, which is unfortunately no longer supported. It adds a new table to the WordPress DB ("eventscalendar_main") where it associates a few new fields with WordPress posts.
I'm trying to retrieve one called "eventStartDate," which is keyed to Post ID. But I am not good with MySQL and don't know how to do this. Could someone please help me understand how to set up a get_var or $wpdb-> request to grab this info?
Any help much appreciated.