Hi there, Hergen! Welcome back and nice to see you again. 🙂
Great question. I do want to note first of all, though, that we are fairly limited in terms of helping out with custom development questions like this one. That said, we’d love to point you in the right direction if we can.
I think the best way to accomplish this is to override the list-widget.php template, then include the additional fields from there. To do this:
- Make a copy of list-widget.php. It’s located at /plugins/the-events/calendar/views/widgets/list-widget.php
- Create a new folder in your theme directory called tribe-events
- Create a new folder inside of that one called widgets
- Drop your copied file in that folder
Once the template is in your theme directory, you can modify it to suit your needs. In this case, you can grab the exact additional fields you would like where you want them to display in the template. For example, if you use Custom Fields with the PRO plugin, you can use tribe_get_custom_fields() to fetch an array of your custom fields.
These steps are more thoroughly outlined in our Themer’s Guide. I’d also suggest checking out our documentation for a full guide on the functions and classes available to you for displaying content.
Does this help answer your question? Please let me know. 🙂
Cheers!
Geoff