Questions tagged [eventbrite]

Eventbrite is the leading self-service event management platform, helping you to create, manage, and promote local events online

Eventbrite is a self-service event management platform, helping you to create, manage, and promote local events online.

Developer Resources:

306 questions
3
votes
0 answers

Why is my code showing up twice on my website?

I am new here and a massive noob when it comes to coding. I have been teaching myself some basics, but I cannot seem to figure this one out. I'm trying to integrate this piece of code in my website. It is an automaticcaly genenerated code from…
Mozias
  • 31
  • 3
3
votes
1 answer

How to use Eventbrite's Embedded Widget with React/JSX?

EventBrite's popup widget isn't compatible with React / JSX / GatsbyJs. Looking for help on how to appropriately implement this on a Gatsby site. If you've done this before, what did you do? This is the code they give:
RedOster
  • 325
  • 3
  • 16
3
votes
1 answer

Can't use eventbrite javascript sdk installed via npm (node js)

Eventbrite has an official sdk for their API. According to docs, installing and using should be easy: const eventbrite = require('eventbrite'); // Create configured Eventbrite SDK const sdk = eventbrite({token:…
Felipe Vignon
  • 451
  • 3
  • 9
3
votes
2 answers

PHP - Guzzle\Http\Exception\CurlException - Craft CMS

I'm running into an error with CURL on our staging server when trying to connect to the EventBrite API, despite local and production servers connecting just fine: [curl] 6: Could not resolve host: www.eventbriteapi.com; Name or service not known…
Bowen Fan
  • 31
  • 2
3
votes
0 answers

Eventbrite user data input validation

I am using Eventbrite for number of events. I would like to restrict the user providing incorrect information using input validation. I had a look at their settings which only identifies blank or basic validation such as email. Is there any way to…
BVee
  • 44
  • 9
3
votes
3 answers

POST update data to EventBrite API using Guzzle

I'm able to add Events using post with the following code: //Create client $client = new Client([ 'base_uri' => 'https://www.eventbriteapi.com/v3/', ]); $params = [ 'event.name.html' => $this->Name, 'event.description.html' =>…
Alex
  • 6,497
  • 11
  • 47
  • 58
3
votes
2 answers

"OpenURI::HTTPError: 401 Unauthorized" with Rails, HTTParty, and Paperclip

I'm using HTTParty to get data from the Eventbrite API. response = HTTParty.get("https://www.eventbriteapi.com/v3/events/search?token=#{Figaro.env.eventbrite_oauth_token}") I am trying to save an Event attachment to my object. (I'm using…
Jackson Cunningham
  • 4,973
  • 3
  • 30
  • 80
3
votes
1 answer

Barcode ID for order/ticket

Is there a way to get a users barcode id for a ticket/order other than calling event_list_attendees and paging through the attendees trying to find the right user match? This method would be taxing on the eventbrite servers and a lot of unnecessary…
Kyle Fowler
  • 151
  • 1
  • 1
  • 5
3
votes
3 answers

Possible to add attendee via api?

Prior to making an elance job ad, I'm hoping to confirm it's possible to add an attendee to an event via the eventbrite api. As a non-programmer it's not at all clear in reading the dev eventbrite site that this is in fact possible. Here is what I…
user1893049
  • 31
  • 1
  • 3
3
votes
0 answers

Eventbrite API search_event methods no return data start from yesterday

I just wondering is there any change for the Eventbrite API search_event Methods? Because it didn't return any data start from yesterday. there is no problem before. here is the example url call…
Wei
  • 51
  • 7
3
votes
1 answer

Setting Eventbrite payment method

I want to set an Eventbrite event's payment method using the API. I need to do this for multiple accounts, and each account has different payment methods. Some accounts have more than one payment method. The payment_update API call only lets you…
Jim Menard
  • 31
  • 2
3
votes
0 answers

What are the maximum field lengths on Evenbrite?

We are exporting Evenbrite data (via the API) to a third party system. To make the third party system as efficient as possible, it would be useful to know what the maximum field lengths are for the standard Eventbrite fields (e.g. affiliate, amount…
3
votes
2 answers

Eventbrite API: is there a way to access the waitlist?

We use EventBrite for managing some free events: works great. We also make extensive use of the waitlist feature. I would like to script the synchronisation of the EventBrite ticket list contacts (sold and waitlist) with another system. (yes, I…
liamf
  • 1,159
  • 12
  • 23
3
votes
1 answer

How register ticket for some event from Eventbrite API

I was looking at eventbrite api and i just wondering is there a way i can register a new ticket for some event knowing it's id?
codeman
  • 361
  • 5
  • 12
2
votes
1 answer

Eventbrite at-the-door API

Trying to set up an at-the-door ticketing solution for an upcoming makerfaire. We're contractually obligated to use eventbrite, but really don't want to use their ipad app so I'd like to programatically add an at-the-door cash ticket but don't see…
derekja
  • 21
  • 2
1
2
3
20 21