Hi Felix,
Though I’m not 100% certain what you’re trying to do here, it does sound like this customization is unfortunately outside the scope of support we can provide. We cannot provide code for this customization, or specify what file in the X Theme needs to be customized.
In general, however, if you just need to access a list of Events and get their featured images or something, you should be able to do this with a function like tribe_get_events(),which you can learn more about here. That will retrieve the events themselves, and then to get the images you can use functions like the_post_thumbnail() – learn more about this function here.
Best of luck with your customizations Felix,
George