I successfully added event start time and end time to the events RSS feed using your example, however I need to also make sure event categories are also listed in the RSS feed. How do I accomplish this?
Good question and you’re right: the tutorial does not include an example for how to include the category. However, you can do so by including this line after the end date:
Sorry, that was not what worked for us. After digging through more of the documentation this tribe_get_event_cat_slugs($post_id) function works perfectly for our need. Thanks.