• Resolved ltrost

    (@ltrost0910gmail)


    Is there anyway using php to get a (filtered) list of events that ask for RSVP? We have many events on the site, but only some will have RSVP setup. I’d like to create a report showing only those events, so we can check for attendees. These would be free, zero cost events, we just want a count of those who said they will come to the event.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sammysamp

    (@sammysamp)

    Hi @ltrost0910gmail,

    I think there is no way to do it out of the box with PHP. If you list your events in the backend and filter them by “Ticketed” work for you?

    Thread Starter ltrost

    (@ltrost0910gmail)

    I’m trying to create a frontend page for those with editor role to review rsvps for events showing who has given an rsvp with going status, so no, the backend isn’t going to work. The closest I have gotten is getting all events and then checking each event in a loop using $tickets_array = Tribe__Tickets__Tickets::get_all_event_tickets( $event->ID ); and then checking for an empty $tickets_array, meaning no tickets for this event. Now I am trying to get a simple count of how many they said would attend for the rsvp (I have all the details, now need to loop again through $tickets_array and do a count). I really thought this would be easier! Thanks for any additional feedback and I appreciate the reply.

    • This reply was modified 1 year, 5 months ago by ltrost.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get list of events asking for RSVP’ is closed to new replies.