logo       

Re: Recurring events: msg#00250

org.google.api.calendar

Subject: Re: Recurring events


Hi, thank you for the quick answers.

My problem i quite simple, I'm using this code to retrieve my events:
FeedQuery query = new FeedQuery();
CalendarService service = new CalendarService("my feed");
query.Uri = new
Uri("http://www.google.com/calendar/feeds/user@xxxxxxxxx/public/full";);
// ?start-min=2007-01-01&start-max=2008-01-01");
EventFeed calFeed = service.Query(query);
foreach (EventEntry entry in calFeed.Entries)
foreach (When w in entry.Times)
// do stuff

I have checked the xml from the server, and the content seems to be
correct. There are the several gd:when entries for the recurring
events, as there should be. However when I run the code above, there is
only one entry in the Times collection for my recurring events, when
there should be about 40.
Am I doing something wrong here?

Regards,
bbc




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise