Got the QuickstartApp working, but it pulls all future events from the current date. I'd like to get the events prior to the current date. This part of the code sets the current date:
query.timeMin = GTLRDateTime(date: Date())
I can't figure out the syntax to get a different date. Any ideas?