There are some URL parameters you might want to try for handling recurring events in JSON
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 Does this help? -Ryan On Dec 2, 8:10 am, "Christian Decker" <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to build a custom frontend to a feed of mine, and I'm doing > fine so far, except for one bit: recurring events in the calendar. > They show up on completely random dates (at least I can't see why those > dates are chosen...). For example I have an event that is every > wednesday at 22:00 but in the feed it shows up that the next event of > that type is 31. January 2007 22:00, when it should be the 13. December > 2006... Also I'm having some real trouble distinguishing between > recurring events and normal (one-time) events. Am I missing something? > > Regards, > Chris > > P.S.: The feed I'm using > ishttp://www.google.com/calendar/feeds/7cghno42lleqpbihmoi5qiikm8%40gro... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
