Fix is to simply add
sortorder=ascending
in google cal url string

gcal_events.module - Line 547
-  array_push($calendar_xml_array, "max-results=20", "orderby=starttime", "singleevents=true");
+  array_push($calendar_xml_array, "max-results=20", "orderby=starttime", "singleevents=true","sortorder=ascending");

Comments

jdwfly’s picture

Status: Patch (to be ported) » Closed (fixed)

This was added in as far as I can tell.