Ok, thanks. It looks daunting, but I’ll give it a shot. So I copied the single-event.php out of the /the-events-calendar/src/views/month to my theme folder at /enfold/tribe-events/src/views/month. Just to do a test, I erased the
$day = tribe_events_get_current_month_day();
$event_id = "{$post->ID}-{$day['daynum']}";
$link = tribe_get_event_link( $post );
get_the_terms( $event_id, ‘tribe_events_cat’ );
$title = get_the_title( $post );
and refreshed and it didn’t seem to make a difference. Am I way off base?