HiĀ Elliot!
Thanks for reaching out to us! š I’d be happy to help you with that.
Unfortunately, there is no built in shortcode to display the event meta data. However, we have a great article about customizing our templates that will point you into what you are looking for >Ā https://theeventscalendar.com/knowledgebase/themers-guide/
For that specific information, you should check out the meta.php template file located atĀ /wp-content/plugins/the-events-calendar/src/views/modules/. You can see in line 28 the following function calls that specific information:
tribe_get_template_part( 'modules/meta/details' );
I hope that helps! Let me know if you have other questions.
Best,
Victor