Seems like in your scenario there isn't a shortcut for parsing and comprehending the ical data inside the <gd:recurrence/>. If you're on Java, you could try http://wiki.modularity.net.au/ical4j/index.php?title=Main_Page
http://code.google.com/apis/gdata/docs/2.0/elements.html#gdRecurrence in case you missed it earlier. cheers, David. On Tue, Jul 5, 2011 at 9:48 PM, Dimitrios Zlitids <[email protected]>wrote: > Στις 05/07/2011 07:51, ο/η Pierre Pasteau έγραψε: > > Query the feed with singleEvents = true (or call setSingleEvents(true) >> method, depending on the dev library you are using) : it will explode a >> reccuring event into as many events as described in the recurrence pattern. >> -- >> 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 >> google-calendar-help-dataapi@**googlegroups.com<[email protected]> >> To unsubscribe from this group, send email to >> google-calendar-help-dataapi+**[email protected]<google-calendar-help-dataapi%[email protected]> >> For more options, visit this group at >> http://code.google.com/apis/**calendar/community/forum.html<http://code.google.com/apis/calendar/community/forum.html> >> > Actually, I want the rule, that is I want the FREQ=, COUNT=, INTERVAL=, > UNTIL=. I don't think that if I expand them I can get those fields I want... > Or am I missing something? > > > -- > 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 > google-calendar-help-dataapi@**googlegroups.com<[email protected]> > To unsubscribe from this group, send email to > google-calendar-help-dataapi+**[email protected]<google-calendar-help-dataapi%[email protected]> > For more options, visit this group at > http://code.google.com/apis/**calendar/community/forum.html<http://code.google.com/apis/calendar/community/forum.html> > -- 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://code.google.com/apis/calendar/community/forum.html
