Closed (fixed)
Project:
GCal Events
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Jan 2009 at 16:33 UTC
Updated:
28 Jan 2009 at 15:34 UTC
There are some URL parameters you might want to try for handling
recurring events in the XML feed.
singleevents=true&sortorder=ascending&futureevents=true
singleevents=true includes the recurring events as separate events
sortorder=ascending (assending order by starttime in your case)
futureevents=true (only retrieves events in the future)
If you use singleevents=true, there would also be a reference to the
original event as a gd$originalEvent
Comments
Comment #1
Se7enLC commentedWow, excellent! That's JUST what I needed to get recurring events to work.
I'll work on getting that into the next revision - hopefully it's just a matter of adding that to the end of the URL.
Comment #2
Se7enLC commentedsure enough, it was that easy. I just committed a change to CVS that has recurring events working. Thanks again for the tip!
Comment #3
Se7enLC commentedincluded in 1.4, closing