Hi,
Thanks for using our plugins. Please note we may take up to 24 hours to respond your messages. We try to get to it sooner though. 🙂
I looked at your coding and you need to change it to this:
'post_type' => 'tribe_events',
And remove this:
'category__in' => 'tribe_events',
Our taxonomy is called tribe_events_cat
So this may work in the loop:
tribe_events_cat => 'event-category-slug'
Also you may find this list of custom fields and custom post types useful:
https://gist.github.com/jesseeproductions/c2df90a56827dae990a0
Let me know if you have any follow up questions.
Thanks