pennlabs / eventsatpenn-meteor

A website to discover new events at Penn
http://eventsatpenn.com/
MIT License
2 stars 1 forks source link

Factor out Google Calendar format function #43

Closed adelq closed 7 years ago

adelq commented 10 years ago

Google Calendar uses a weird variant of ISOdates that isn't found in Moment, so currently some replacing is done inline to fix it. Ideally, this would be factored out into a function.

adelq commented 7 years ago

Fixed