@Kyle We would still need to access the Elements array to sort the items, no? Right now I can only sort it in reverse chronological, as Google only allows the parameter "oderby=starttime" or "orderby="lastmodified." Also, I think I know how to implement the event calendar with FeedX, but am not 100% sure. And if we do migrate to FeedX, it would be nice if anyone knew of an unobtrusive javascript event calendar for some ajax goodness. It might still be worthwhile to implement GoogleEvents using FeedX, just so the users of it don’t have to learn a new snippet, yet they can still get the performance gains from it. Sadly, I am unsure how how to tackle this inside GoogleEvents, and was hoping you were still planning on doing this so I could learn from it.
@Brian, would it be possible to add the following parameters:
- $maxItems - Limit the amount of items returned to this number.
- $skipItems - Skip this many items and start displaying the one after this number.
- $tplPresetFirst - The TPL for the first item
- $tplPresetLast - The TPL for the last item
- $tplPresetOdd - The TPL for an Odd item
- $tplPresetEven - The TPL for an Even item
I understand that I can template using ITEM array, but these templates parametes would be nice.
Also, if you want to add my templates as an option in your package for GoogleCalendar, feel free.