CT-Data-Collaborative / ctdata-wagtail-cms

The Wagtail-based content management system (CMS) for the CTData main website http://ctdata.org
MIT License
2 stars 1 forks source link

Autocreate eventbrite events via event page save #3

Closed scuerda closed 7 years ago

scuerda commented 8 years ago

When a new event is created and a user saves / publishes the page an eventbrite event page should be autocreated and the resulting link should populate back in to the event page model data.

scuerda commented 8 years ago

Events Registration

scuerda commented 7 years ago

Eventbrite integration needs to handle two cases.

1) When an event is created, mirror it on eventbrite. 2) When an event is modified, confirm that it exists, if not then create, otherwise update it.