Plugin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1329358
    uniq marketing
    Participant

    I am writing a plugin which takes events created in Events Calendar and writes them to another ticketing website. It is 95% finished, mostly using tribe supplied functions (e.g. tribe_get_events). The only piece I am missing is the (re)creation of event ticket additional fields. I can access these via $ticket_fields = get_metadata(‘post’, $ticket_id, ‘_tribe_tickets_meta’, $single=false); and theoretically could update these via update_post_meta($ticket_id, ‘_tribe_tickets_meta’, $ticket_fields). However I need to add the value returned from the remote site to the meta so that I do not upload it again or can add information to the right ticket on the remote site should it have to change. What would be the safest (update proof?) or recommended way to create and access this value in the ticket field meta?

    #1330531
    Cliff
    Member

    Hi. We always like hearing of things like this! 🙂

    I’m not totally clear what you’re needing here: you posted in the Events Calendar PRO forum and you say you’re using your own ticketing solution but then asking about the (re)creation of Event Tickets Plus Additional Information.

    Could you please clarify your request and maybe provide a code sample (if it adds context)?

    #1340358
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Plugin’ is closed to new replies.