Hey Salim,

The default value for "singleevents" query parameter is false which
means that recurring events are represented as single events and not
expanded, if you set it to true then recurring events are expanded.

I think yes you have to set it as string "yes" or string "false".

BTW, there is another query parameter "sortorder" that lets you
specify the order of events in the feed, this takes the values:

- "ascend" or "a" for ascending.
- "descend" or "d" for descending.

Here is the full list of query parameters:

http://code.google.com/apis/calendar/reference.html#Parameters

Please let me know if you have any questions.

Thanks.

On Apr 5, 9:41 pm, Salim Fadhley <[EMAIL PROTECTED]> wrote:
> On Apr 5, 6:36 pm, Ray Baxter <[EMAIL PROTECTED]> wrote:
>
> > > On Apr 5, 1:41 pm, Salim Fadhley <[EMAIL PROTECTED]> wrote:
>
> > >> Oh and one more thing - when I say event, I mean a spesific instance
> > >> of an event (e.g. a meeting at 2pm today) I do not care that the
> > >> meeting might be part of a recurring sequence. I just want to know
> > >> what is happening now and next.
>
> > This requires setting the singleevents parameter to true. Consult API
> > documentation for how to do this.
>
> > Ray
>
> I see - you mean the single-events EventQuery parameter - it's a
> parameter on the query object right. But what value do I set it to - a
> python True value gives me an odd error message:
>
> TypeError: "argument of type 'bool' is not iterable"
>
> I'm guessing that it wants a string as the argument not a boolean or
> integer value - but what string? The manual does not say.
>
> Sal
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to