0

We would like to save Eventbrite events entered by our users onto a local databse and upload on a schedule to Eventbrite database.

I am in the process of creating a database with the base Eventbrite tables and wanted to find out if anyone can point me in the right direction? I am trying to locate the script that can help create the base tables for Eventbrite.

Please let me know. Thanks

ann
  • 9
  • 3

1 Answers1

0

I'd try constructing your SQL based on the schema outlined on Eventbrite's Event object documentation page: http://developer.eventbrite.com/doc/events/

You can browse schema info for other object types by clicking on the object names in this list: http://developer.eventbrite.com/doc/#methods

ʀɣαɳĵ
  • 1,992
  • 1
  • 15
  • 20
  • Eventbrite changed their website. [Event object](https://www.eventbrite.com/platform/api#/reference/event) https://www.eventbrite.com/platform/api see "Reference" on left menu – Conrad T. Pino Dec 11 '22 at 11:48