|
Re: Recurring events: msg#00250org.google.api.calendar
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> |
|---|---|---|
| Previous by Date: | Re: Using javascript to access Google Calendar data: 00250, Philipp Kewisch |
|---|---|
| Next by Date: | Adding Events - duplication: 00250, taivo |
| Previous by Thread: | Re: Recurring eventsi: 00250, Frank Mantek |
| Next by Thread: | Re: Recurring events: 00250, Frank Mantek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |