-
Notifications
You must be signed in to change notification settings - Fork 6
Eventbrite Shows Canceled to the Public but 'live' in their API #83
Comments
@oliviasculley reported the same issue with the Nov 1st 2023 Flywheel Tech Slam N' Eggs event, which shows cancelled on the website, but simultaneously "live" in Eventbrite's API
|
@bogdankharchenko @ThorntonMatthewD I dug deeper on this, even creating and cancelling a test event on Eventbrite. Then, I found a link in their docs to a Google Group where a few other people had the same 'live' vs 'canceled' confusion. One of the earlier posts from an Evenbrite dev revealed the secret that "event status" ('status' in the API) is different than "event sales status" (event_sales_status in the API). They have API "expansions" to get extra data in API requests and you have to add So, using Flywheel as the example, we can see the September event was not cancelled, but the Nov and Dec events show cancelled in the expanded data. So, we don't need to do the magic @bogdankharchenko was doing in hackgvl/hackgreenville-com#186 with the JSON+LD and extra request for every Eventbrite event. |
@allella That is an incredible find!!! |
It looks like we can target event_sales_status.message_code = 'event_cancelled'. |
@allella thank you for that find, I updated hackgvl/hackgreenville-com#186 |
This was fixed in hackgvl/hackgreenville-com#186 |
I'm not sure why, but the Evenbrite website and API don't match up for this Flywheel Cafe event.
Our events API is showing what Evenbrite's API is showing, so it's not a problem on our end.
We have seen some weird stuff with Evenbrite when events are part of an "event series" and organizers start closing a series. Though, this event isn't showing as part of a series.
The output from the Eventbrite API is below. You can make the API call yourself, but it's necessary to insert your own access token at the end of this API call for this call to authorize.
https://www.eventbriteapi.com/v3/organizers/36673227093/events/?start_date.range_start=2023-09-13T16%3A30%3A00&start_date.range_end=2023-09-15T16%3A30%3A00&token=INSERT YOUR TOKEN HERE
The text was updated successfully, but these errors were encountered: