Extending RSS feed by additional fields

Home Forums Calendar Products Events Calendar PRO Extending RSS feed by additional fields

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #69660
    Oliver
    Participant

    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!

    #69874
    Barry
    Member

    Hi oheinrich,

    There are a number of useful helper functions you might use such as tribe_get_address() and tribe_get_organizer_email() – perusing our online docs is a great way to find functions like these.

    Hope that helps!

    #70074
    Oliver
    Participant

    Thanks! That was exactly the documentation I was looking for 🙂
    (I didn’t realized that the docu is splitted in Events Calendar and Events Calendar Pro).

    I included some of the functions which works in theory, but in the standard WordPress RSS feed (www.mydomain.com/feed) the events from “Events Calendar Pro” are not included. There are only the regular posts being feeded. Do I have to turn a special option on to see the events in the standard Worpress RSS feed?

    #70114
    Barry
    Member

    Great! I’ll go ahead and close this thread.

    For your other question, if you take a look at our tutorials page you should be able to find a tutorial about integrating events with WP’s RSS feed.

    Hope that helps!

    #981358
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Extending RSS feed by additional fields’ is closed to new replies.