TheLoons / SportIM-service

Backend Webservice for SportIM
GNU General Public License v2.0
1 stars 0 forks source link

Create Event API GET #6

Closed crimsonangel68 closed 9 years ago

crimsonangel68 commented 9 years ago

Format for GET request is events/start={start date} end={end date} and returns events that are within that date range.

This is for the calendar front end

hjbrock commented 9 years ago

This is committed, but I'm waiting on OKs from everyone about storing dates as millis since epoch in the DB. Once I have that, I'll change the create/destruct scripts for the DB accordingly and close this.