Skip to content
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

publish Eventbrite events #275

Open
tantek opened this issue Aug 30, 2014 · 3 comments
Open

publish Eventbrite events #275

tantek opened this issue Aug 30, 2014 · 3 comments
Labels

Comments

@tantek
Copy link
Contributor

tantek commented Aug 30, 2014

Since FB API doesn't support event publishing (See #274 ) perhaps make it possible to publish Eventbrite events as another POSSE destination.

People in general seem to respond well to Eventbrite invitations, so this may solve some of the same use-case(s) as POSSE event to FB.

https://www.eventbrite.com/developer/v3/endpoints/events/#ebapi-post-events

Rough idea of how data could be copied from an indie event:
title: h-event p-name
description: h-event p-description
start_date: h-event dt-start
end_date: h-event dt-end
timezone: extract from h-event dt-start, or if none, then perhaps use https://github.com/esripdx/Timezone-API to extract timezone from location
privacy: 1 (presumably only public events for now)
personalized_url: perhaps convert the original event's URL to a URL-safe string for an event? e.g snarfed-org-event-1.eventbrite.com
venue_id: result of calling http://developer.eventbrite.com/doc/events/event_new/venue_new which should use the h-event's p-location h-card
organizer_id: result of calling http://developer.eventbrite.com/doc/events/event_new/organizer_new which should use the h-event's p-organizer h-card

I think those are the key fields, the rest we can incrementally figure out as we go.

@snarfed
Copy link
Owner

snarfed commented Aug 30, 2014

thanks for the details!

@tantek
Copy link
Contributor Author

tantek commented Sep 23, 2015

Would also be useful to be able to use Bridgy Publish to POSSE an RSVP to an Eventbrite event (e.g. real world example http://tantek.com/2015/266/t1/science-hack-day-san-francisco-sign-up ) - opening separate issue for that.

@snarfed
Copy link
Owner

snarfed commented Dec 8, 2015

if anyone's interested in tackling this, i've written up comprehensive instructions on how to add a new silo to bridgy. feel free to jump in!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants