I can't say that it was "the" fix, but I had the same intermittent
problem. It wasn't until I added a time to my start-min and added a
ctz that I stopped seeing that behavior.

Cheers


On Dec 14, 4:53 pm, Josh Shea <[email protected]> wrote:
> It appears that the Google Calendar API is sometimes returning the
> full calendar (that is, all events since we started using it in 2008)
> even when we specify a specific date range.  The problem appears
> intermittent, in that it does return the correct, expected events some
> of the time, and some of the time (about 1 out of every 5 requests) it
> returns the entire calendar since we started using it.
>
> We are using the Zend library to make the requests to the API.  the
> following is the request array that, like I said, works most of the
> time:
>
> Zend_Gdata_Calendar_EventQuery Object
> (
>     [_defaultFeedUri:protected] =>http://www.google.com/calendar/feeds
>     [_comments:protected] =>
>     [_user:protected] => *********
>     [_visibility:protected] => public
>     [_projection:protected] => full-noattendees
>     [_event:protected] =>
>     [_params:protected] => Array
>         (
>             [orderby] => starttime
>             [sortorder] => a
>             [start-min] => 2009-12-01
>             [start-max] => 2010-01-01T00:00:00
>             [singleevents] => true
>         )
>
>     [_url:protected] =>
>     [_category:protected] =>
> )
>
> I'm just wondering if anyone else has encountered this problem, or has
> found a reason why this is happening - either an error in our code or
> in the API itself.
>
> Thanks for your assistance.
>
> ~js

--

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