-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eventbrite Automation #9
Comments
I would be interested on working on this! 😁 Let me know what you think. |
@gmgale that'd be much appreciated, thank you! A few pointers to get started:
|
@PatrickHeneise Great, thanks for the info! |
The discord action is composable and doesn't work by itself but needs to be called from another action, it's a little tricky. Easier to add a "integration test" action to the repo, see https://github.com/gitevents/ics/blob/main/.github/workflows/main.yml. That can be called with |
https://github.com/zentered/issue-forms-body-parser has an "end to end" test action that runs the local code with |
Hi @PatrickHeneise, I must apologise unfortunately an unexpected assignment has come up and is taking a lot of my time.Please feel free to assign this to another contributor. Thank you and sorry again! |
We'd like to automate event creation on Eventbrite via the Eventbrite API.
Necessary input:
More information: https://www.eventbrite.com/platform/docs/create-events
We have all the necessary information for the event in the issue payload. Some additional parsing is needed:
locations.json
databaseEvents are only created once "approved". There should be a check if the event already exists and then update it if necessary.
The text was updated successfully, but these errors were encountered: