I want to extend my event RSS feed with additional event data, e.g. the street, ZIP, longitude, latitude, email-adress of the organizer, etc.
In the forum I found this code, which works fine for example for the startdate:
https://theeventscalendar.com/how-to-add-events-to-your-rss-feed/
.
Unfortunately I can’t find a documentation how to read out the additional event data.
Can someone give me a hint how I can access these fields? Is there another global function?
I found this function as well, but it doesn’t include the necessary fields:
$all_events = tribe_get_events(array( ‘eventDisplay’=>’all’, ‘posts_per_page’=>-1));
Thanks a lot in advance!