riversideio / binto-api

An open source member signup and billing management API for coworking spaces.
5 stars 3 forks source link

Setup Events Endpoint #9

Closed jcblw closed 10 years ago

jcblw commented 10 years ago

I like the idea of keeping everything on Google calendar but we need not only a way to query information, but to also add in information to the calendar.

I was thinking it wouldn't be to hard to setup some type of cron to sync up data from meetup, they have it pretty easy to query that information based off of venue. Endpoint Im just wondering if that is a task for the api or should another app do that.

motdotla commented 10 years ago

I like this too. In fact, I'd like some sort of central events API that eventually we could pull data in from many sources - meetup.com, google calendar, UCR's calendar, hand additions, etc. A master list of tech in the Inland Empire that we support for the good of the good people

jcblw commented 10 years ago

if you checkout the branch feature/events I have the endpoint pretty much setup. I think the other needs should be outsourced to another application that is used for syncing events with these endpoints. Im about to push it live, but I still holding to catch a bug that happens sometimes after being away from the comp for a bit. Im guessing I just need to reauth the connection with Google calendar.