Hi momodern,
It’s difficult to answer questions like this without knowing exactly what’s going on “under the hood”, as it were.
Do you feel comfortable working with MySQL, either by the command line or with a graphical tool like phpMyAdmin? If so can you take a look at the post table using a query like:
SELECT * FROM wp_posts WHERE post_type = ‘tribe_events’;
(You may need to change wp_ to something else if your installation uses a non-default prefix.)
It would be interesting to know:
* How many posts (rows) are actually returned
* What the post status of those entries are