I have a few things one can look at:

1. http://www.kaginweb.com/rhk/cal/testcal.php
This is supposed to parse the events that happen between today and a
month from today (by date, i.e. until the 12th of next month for
today).  The first event is out of order, but the rest seem to be
alright.

2. http://www.kaginweb.com/rhk/cal/testcal2.php
This is supposed to parse the events that happened between a month
from today to two months from today (by date).  The first event is out
of order, the next three are missing the "when" element (it's empty in
the event object), and the next two after that are also out of order.
Following that, though, everything seems to be right.

3. http://www.kaginweb.com/rhk/cal/testcal.txt
This is the text version of the second php script.  It can easily be
changed to resemble the first script by changing the dates of the
query.

Anything else that you want, let me know.

Thanks,
Ryan K

On Sep 12, 10:39 am, "Ray Baxter" <[EMAIL PROTECTED]> wrote:
> Could you post some data? Preferably an accessible url, but baring
> that a redacted feed would suffice.
>
> Ray
>
> On Fri, Sep 12, 2008 at 7:32 AM, Ryan K <[EMAIL PROTECTED]> wrote:
>
> > I have done setOrderBy('starttime'), and for the most part, it returns
> > accurate results.  However, it unreliably but consistently puts the
> > first few events out of order (i.e. for a particular range of dates,
> > it consistently puts "x" amount of events out of order at the
> > beginning, but depending on the dates one chooses, the value "x"
> > unreliably changes to something else that I don't know how to
> > predict).
>
> > I still receive entries without the when field filled in (I believe
> > these are either recurring events or events that I have deleted the
> > instance), and still receive entries with the when field filled in yet
> > they are deleted instances.
>
> > Thanks for the help thus far.
>
> > On Sep 12, 2:30 am, Ray Baxter <[EMAIL PROTECTED]> wrote:
> >> On your final point, I'm not sure how this works in Zend, but the
> >> default is for events to be returned to you in lastmodified order. The
> >> alternative, which it sounds like you are expecting, is
> >> orderby=starttime, but this is not the default.
>
> >> Ray
>
> >> On Sep 11, 2008, at 9:45 PM, Ryan K wrote:
>
> >> > I have created a recurring event and then proceeded to remove certain
> >> > instances of the event.  When I then use the Zend framework to query
> >> > for the events, these deleted instances still show up.  Furthermore,
> >> > certain instances of events have a blank "when" entry.  Finally, when
> >> > grabbing dates in an ascending order, the first few entries are out of
> >> > order (but the rest are in order).  If desired, I can post my code.
>
> >> > Any help is greatly appreciated.
>
> >> --
> >> Ray Baxterhttp://67central.com/bc/

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