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
0
votes
1 answer

How can I detect sold-out tickets using the EventBrite API?

Event 6274606517 has multiple types of tickets, some of which have already ended. Two of the future tickets are sold out, two aren't. How can I get that information via the API?
Sparr
  • 7,489
  • 31
  • 48
0
votes
1 answer

Fetching number of tickets per order

AFAIK the Eventbrite API does not return the number of tickets per order. Is there some way to find that info?
Paras Wadehra
  • 490
  • 3
  • 10
0
votes
1 answer

Access all Eventbrite events via API

I read this information, but if we want to allow our users to access/view/discover all the Eventbrite events (that are in Canada), how would we go about this? http://developer.eventbrite.com/doc/widgets/#list Thanks in advance
0
votes
1 answer

Event Brite api timezone issue

Have been trying to create new event via EB API call, confronted the issue of date…
0
votes
1 answer

Get featured event using EventBrite API

How can I show Featured event by organization using Eventbrite API in PHP ? I have checked http://developer.eventbrite.com/doc/users/user_list_events/ .Here in status parameter I can send live status for live events , but if there is more that one…
Avijit Das
  • 300
  • 1
  • 5
  • 20
0
votes
1 answer

Update Eventbrite Google Analytics tracking code via API

Is it possible to update the Google Analytics tracking ID for an Eventbrite event via the Eventbrite API? I don't see any documentation for this in the Eventbrite API, perhaps there's something undocumented available with the event_update method?
Bobby
  • 120
  • 1
  • 1
  • 6
0
votes
2 answers

How to show future events with organizer_list_events on the EventBrite API

I always get ended events from the eventBrite api when i use the organizer_list_events. I tried with statuses live, started (and both). But that doesn't seem to work. The event_search api has a "date:Future" possibility. Which is working fine,…
dampee
  • 3,392
  • 1
  • 21
  • 37
0
votes
1 answer

Embedded Event Lists code taking up full page

When I embed the code provided by EventBrite to show the events that I have organized on my site, the page loads normally but then the JavaScript expands to take up the whole page. How do I stop this from happening? I have put in my organizer ID and…
Dan14021
  • 639
  • 1
  • 9
  • 15
0
votes
2 answers

Want to order eventbrite events list so upcoming events show up first

How can I modify the following call so upcoming events show up first. Currently the order is very random; I need to show most current events at the top and any past events should not be showing...
0
votes
1 answer

EventBrite Javascript API restrict user_list_events

Just want to bring back the latest event from our list. Using the JavaScript API, it seems to bring back all events, even those in draft or those completed. Is there a parameter I can pass to restrict the results, or do I need to do filter it after…
Leads
  • 839
  • 2
  • 10
  • 27
0
votes
1 answer

verifying a single attendee with email

Is there a method to return a specific attendee's information by sending: 1) the attendee's email address 2) my user_key 3) my app_key I could do this by searching the returned xml from this "event_list_attendees" method, however, I would prefer to…
superUntitled
  • 22,351
  • 30
  • 83
  • 110
0
votes
1 answer

Cannot publish a canceled event using Eventbrite API method event_update

everyone. I am working with eventbrite's API for my application and am trying to update an eventbrite event using the method event_update. The call worked when I tried to cancel a live event but it doesn't work when I try to re-publish a canceled…
vj_sdn
  • 3
  • 2
0
votes
3 answers

We want a nice list of events pulling from Eventbrite

I'm new to Eventbrite. I would like to list out events from Eventbrite using the event_search() method. I am using the following url and the user api key…
Sathiya
  • 111
  • 3
0
votes
1 answer

I get a cryptic error when searching for venue

When I search for a specific venue (id: 1515239) https://www.eventbrite.com/json/venue_get?app_key=EHHWMU473LTVEO4JFY&id=1515239 I get the following error/response, not sure what it means: { "error": { "error_type": "Not Found", …
0
votes
1 answer

Eventbrite API PHP, how to do sorting and display one event?

I am using the php library of Eventbrite API to get a list of all events from a user. The default call pulls the list as sorted in ascending order: $events = $eb_client->user_list_events(); What is the correct syntax to get the list in descending…
KobeBryant
  • 1,341
  • 3
  • 10
  • 13