how to tell if user is rsvp for even in php

Home Forums Ticket Products Event Tickets Plus how to tell if user is rsvp for even in php

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1349579
    accela
    Participant

    Could anyone please provide documentation on grabbing if user RSVP for event by event id, user id, or something to that affect?

    #1349976
    Andras
    Keymaster

    Hello accela,

    Thanks for using our plugins and welcome to the forums!

    I’m sorry, I’m not sure I fully understand your question.

    When a user submits an rsvp, then the following is recorded in the database:

    • in wp_posts an entry is created with post_type=”tribe_rsvp_attendees” with the full name as the post_title
    • in wp_postmetathe following data, which is linked to the post_id of the above created entry
      • ID of the RSVP ticket
      • ID of the event
      • the RSVP response (going | not going)
      • security code
      • order number
      • full name
      • email address where the response is sent
      • unique ID of the “ticket”
      • other ticket meta (additional meta fields)
      • the logged in user ID
      • whether the ticket has been emailed to the user

    I hope this gives you some idea of what’s happening.

    Let me know if there’s anything else you need help with.

    Cheers,
    Andras

    #1352987
    accela
    Participant

    This information is very helpful.

    In a related matter, can the RSVP e-mail confirmation message be disabled?

    -Thank you very kindly

    #1353275
    Andras
    Keymaster

    Happy to hear that helped!

    As for disabling the confirmation message, this article might be helpful:

    Disable RSVP Confirmation Emails

    Do you have any more questions on this before I close this topic?

    Cheers,
    Andras

    #1353685
    accela
    Participant

    All set! Thanks!

    #1354131
    Andras
    Keymaster

    Happy to hear that helped!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how to tell if user is rsvp for even in php’ is closed to new replies.