"For example, say you specify a
start-min value of 2006-04-01T00:00:00 and
a start-max value of 2006-04-20T23:59:59,
and the user's calendar includes a weekly meeting that takes place
every Monday in 2006. Then the returned feed will include all the
events (single or
recurring events) that occur within or overlap with that peroid, plus any
event that contains <gd:when> elements
for the meetings on 2006-04-03, 2006-04-10, and 2006-04-17—each
of the Mondays within the given date range"If i read this correctly, and that is what i am experiencing also, what will happen that you get one event per recurrence, not one event with N gd:when per recurrence....
So one gd:when seems to be correct?
If you use a macig-cookie URL in the browser, can you paste that (or send it directly to me), so that i can look at this?
Frank
On 9/27/06, brondbybc <[EMAIL PROTECTED]> wrote:
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/[EMAIL PROTECTED]/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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- Re: Recurring events Frank Mantek
- Re: Recurring events brondbybc
