Guillaume

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Weekly Recurrence & Event by ID #1138027
    Guillaume
    Participant

    Hi Geoff, thanks for your really helpful answer!

    We have successfully created the initial post recurring event with postmeta fulfilled (:D), but what if we want to “automatically” create recurring children event posts? Do we have to create a loop and create these event one by one with tribe_create_event for example?

    thanks again for your answer,

    Best,

    Guillaume

    in reply to: Tribe/RSVP.php Function #1135407
    Guillaume
    Participant

    This reply is private.

    in reply to: Tribe/RSVP.php Function #1129714
    Guillaume
    Participant

    Hello Nico,

    First of all thanks for the reply. I’ll try to be more specific here then.

    My question actually concerns attendees checkin. In fact, I would like to make the “checkin” action on my php code to call this action by API. I have tried to do this like that :
    public function checkinEventAction($idAttendee)
    {
    Tribe__Tickets__RSVP::checkin($idAttendee);
    return $this->redirect($this->generateUrl(‘front_admin_event’));
    }

    But nothing happens with this call. How can I do that ?

    Thanks for the support 🙂

    Guillaume

Viewing 3 posts - 1 through 3 (of 3 total)