Displaying Google Calendar feeds in date order
We use the Google calendar on some of our sites and for clients - it is easy, can be remotely managed by various users, has an RSS feed and myriads of other options. We had an issue that seemed simple enough (displaying events in chronological or date order) but had a tough time finding help on. So here is the answer: in the feed URL, after /public/basic append ?orderby=starttime&sortorder=ascending&futureevents=true&singleevents=true
This will then order things by date (be default they display in the order entered - which doesn't make much sense to me). We use this currently in a couple of spots, like the course calendar for the Cordon Bleu cooking school of Florece, and our own Virgin Islands On Line member travel calendar. This is used in conjunction with FeedBurner (another highly recommended free service) and their BuzzBoost feature. Give it a try -


