Start date for each recurring event.

Home Forums Calendar Products Events Calendar PRO Start date for each recurring event.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #77696
    James Kashetta
    Participant

    I am using the recurring event feature with a client which is awesome for events they have every week. Im having one problem though, when im pulling the start date for the event thats happening every week its pulling the first start date not each start date. For example Spelling Bee Buzz starts on nov 22nd and recurs every week.

    In the back end I see the proper start dates but on the front end I see only the first start date Nov 22, for every time it shows up. Within the template I am using the following API:
    ID, false, ‘D. M j’ ); ?>

    Any help on how to get the actual start date for each event in the recurring events would be great.

    #77698
    James Kashetta
    Participant

    THe code did not copy properly the AP should be:

    ID, false, ‘D. M j’ ); ?>

    #77699
    James Kashetta
    Participant

    Lets try that one more time:
    There is PHP etc but thats messing up the post.
    echo tribe_get_start_date( $post->ID, false, ‘D. M j’ );

    #77702
    snorton
    Participant

    try this:
    echo tribe_get_start_date($post, false, $format= ‘D. M j’)

    #77708
    James Kashetta
    Participant

    I literally just fixed it and was about to ask to close after I posted it. You are exactly right thanks snorton!

    #77742
    Kelly
    Participant

    Wow! Thanks so much snorton! 🙂 We really appreciate you helping jkash23686 out!

    jkash23686, since it sounds like you’re set for now, I’m going to close this thread. Please feel free to start a new one if anything else comes up!

    #982261
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Start date for each recurring event.’ is closed to new replies.