because eventbrite deprecated event search, so we could either use organization event search (given org ids) or venue event search (given venue ids).
TODO:
add more venue id's by searching "ucla" in the eventbrite site,
going to each event,
copying the event id from the URL,
use the API to query for that event id,
take the venue id from it and add it to the list of venue ids in eb_events_processor.py if not already there.
We could add organization id's too but 1. this could lead to duplicates, and 2. a lot of orgs don't just have events at UCLA, so you would have to filter the events you get back by 1 mi radius around bruin bear (coordinates in the codebase).
because eventbrite deprecated event search, so we could either use organization event search (given org ids) or venue event search (given venue ids).
TODO:
We could add organization id's too but 1. this could lead to duplicates, and 2. a lot of orgs don't just have events at UCLA, so you would have to filter the events you get back by 1 mi radius around bruin bear (coordinates in the codebase).