Howdy Michelle! Thanks for getting in touch and welcome to the forums. 🙂
Good question. Yes, I do believe Advanced Custom Fields would be the way to go here. That will allow you to set up a new field group and assign them to display on Events posts in the editor. You can refer to the ACF documentation for specific instructions and examples on how it works.
Once you have your fields set up, you can add them directly to the Event template. To do this:
- Make a copy of the single-event.php template. It is located at /plugins/the-events-calendar/views/single-event.php
- Make a new folder in your theme directory called tribe-events
- Drop the copied single-event.php file in that folder
Now that the Event template is in your theme, you can modify it to suit your needs. In this case, you would include the ACF fields where you would like them to display. Again, ACF has some examples of how to display fields in their documentation.
Does this help get you started? Please let me know. 🙂
Cheers!
Geoff