As a user on the calendar page
I want to see events in chronological order
So that I see the soonest events first
Notes:
The query method should now take an orderBy parameter, which should be date by default.
You may need to add a date field on events in the database, which should be populated on event submission.
Blocked by #37