On Fri, Sep 19, 2008 at 2:00 PM, Ray Baxter <[EMAIL PROTECTED]> wrote:
>
> For the first question, you can retrieve more than 25 events by
> passing in a larger number with the max-results parameter. Consult the
> documentation for the particular API that you are using to modify this
> parameter.
>
> All events on a single calendar have the same color.
>
> Ray
>

While this is generally correct, I should point out that max-results
is only a recommendation to the server. It's always possible that the
server will decide to return less.

For this reason, even if you set max-results to a large number, you
should implement paging by looking at the <link rel="next" ...> link
returned by the server and using this to request the next "page" of
results, if present.

-- 
Trevor Johns

--~--~---------~--~----~------------~-------~--~----~
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
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