No such luck. The problem persists. Would it be helpful to know that my permalink settings are currently the following custom structure?:
/%category%/%postname%/
This is resolved, I swapped line 28 of list-widget.php (added to theme folder/tribe-events/pro/widgets/list-widget.php) <?php echo tribe_events_event_schedule_details(); ?> with <?php echo tribe_get_start_date($post->ID, false, ‘M j’); ?>.