Hello there!
I'm currently building an application which fetches data of the attendees from my event.
I want to set the checked-in status via a checkbox in my own table and synchronize the data with the attendee data from eventbrite.
Easy said... i want to update the checked_in state locally in my application and synchronize this with eventbrite.
Maybe theres a solution im overlooking.
Thanks!