Thanks

Its doing something else though since when i take away the sort by
starttime
I get a different set of events.

Anyway how do I access and this data that IE is not displaying?  In
particular the event start time.


On Apr 7, 4:27 pm, Ray Baxter <[email protected]> wrote:
> Ah, well that explains it. You are using internet Explorer, which is
> presenting the results in reverse update order. Here are the update
> times for your five events:
>
>     <updated>2008-09-18T04:20:52.000Z</updated>
>     <updated>2008-09-18T04:20:55.000Z</updated>
>     <updated>2008-09-18T04:20:52.000Z</updated>
>     <updated>2008-09-18T04:20:52.000Z</updated>
>     <updated>2008-09-18T04:20:52.000Z</updated>
>
> That second event was most recently updated, so IE is rearranging the
> results to display it first.
>
> Ray
>
>
>
> On Mon, Apr 6, 2009 at 7:00 PM, WayneBurrows <[email protected]> wrote:
>
> > What I am showing here is how that feed link is being rendered in my
> > browser when I click on it.
>
> > On Apr 7, 1:10 pm, Ray Baxter <[email protected]> wrote:
> >> You are doing something to transform the data that you receive. You
> >> are not posting the raw xml.
>
> >> In the xml for the full projection, there is a gd:when element.
>
> >> The gd:when elements for your feed are
>
> >>     <gd:when startTime='2009-04-18' endTime='2009-04-19' />
> >>     <gd:when startTime='2009-05-02' endTime='2009-05-03' />
> >>     <gd:when startTime='2009-05-16' endTime='2009-05-17' />
> >>     <gd:when startTime='2009-05-23' endTime='2009-05-24' />
> >>     <gd:when startTime='2009-05-30' endTime='2009-05-31' />
>
> >> Notice that these are in the correct order.
>
> >> I believe that there is some aspect of your request or your
> >> transformation that is changing the order of the events that you are
> >> receiving.
>
> >> Ray
>
> >> On Mon, Apr 6, 2009 at 2:08 PM, WayneBurrows <[email protected]> wrote:
>
> >> > Weird.
>
> >> > While I am here...
>
> >> > The documentation says that the projection "full" "contains all event
> >> > properties" but when I use "full" I do not get the event date:
>
> >> > Dannevirke Open Pairs
> >> > Thursday, 18 September 2008, 4:20:55 p.m.
> >> > Open 5A
>
> >> > Gisborne Open Pairs
> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> > Open 5A
>
> >> > New Plymouth Open Pairs
> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> > Open 5A
>
> >> > This seems a little unhelpful to me.
>
> >> > Is there a way to suppress the event creation date and get the actual
> >> > event date from this feed?
>
> >> > Thanks in advance.
>
> >> > Note order is still incorrect above.
>
> >> > On Apr 7, 8:55 am, Ray Baxter <[email protected]> wrote:
> >> >> I get them in the correct order.
>
> >> >>http://www.google.com/calendar/feeds/1np2i2qsjuirrj6breae82eb8s%40gro...
>
> >> >> gives me these content elements in this order:
>
> >> >>     <content type='html'>When: Sat Apr 18, 2009&lt;br /&gt; &lt;br
> >> >>     /&gt;Where: Gisborne &lt;br /&gt;Event Status: confirmed &lt;br
> >> >>     /&gt;Event Description: Open 5A</content>
>
> >> >>     <content type='html'>When: Sat May 2, 2009&lt;br /&gt; &lt;br
> >> >>     /&gt;Where: Dannevirke &lt;br /&gt;Event Status: confirmed
> >> >>     &lt;br /&gt;Event Description: Open 5A</content>
>
> >> >>     <content type='html'>When: Sat May 16, 2009&lt;br /&gt; &lt;br
> >> >>     /&gt;Where: New Plymouth &lt;br /&gt;Event Status: confirmed
> >> >>     &lt;br /&gt;Event Description: Open 5A</content>
>
> >> >>     <content type='html'>When: Sat May 23, 2009&lt;br /&gt; &lt;br
> >> >>     /&gt;Where: Levin &lt;br /&gt;Event Status: confirmed &lt;br
> >> >>     /&gt;Event Description: Open 5A</content>
>
> >> >>    <content type='html'>When: Sat May 30, 2009&lt;br /&gt; &lt;br
> >> >>     /&gt;Where: NAPIER &lt;br /&gt;Event Status: confirmed &lt;br
> >> >>     /&gt;Event Description: Open 10A</content>
>
> >> >> Ray
>
> >> >> On Mon, Apr 6, 2009 at 1:38 PM, WayneBurrows <[email protected]> 
> >> >> wrote:
>
> >> >> > Thanks
>
> >> >> > It all works now except the first two events are in reverse order.
>
> >> >> > Any reason for that?
>
> >> >> > Dannevirke Open Pairs
> >> >> > Thursday, 18 September 2008, 4:20:55 p.m.
> >> >> > When: Sat May 2, 2009
>
> >> >> > Gisborne Open Pairs
> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> > When: Sat Apr 18, 2009
>
> >> >> > New Plymouth Open Pairs
> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> > When: Sat May 16, 2009
>
> >> >> > Levin Open Pairs
> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> > When: Sat May 23, 2009
>
> >> >> > H/B CONGRESS PAIRS
> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> > When: Sat May 30, 2009
>
> >> >> > On Apr 7, 7:45 am, Ray Baxter <[email protected]> wrote:
> >> >> >> You have two question marks, "??". Change it to one.
>
> >> >> >> By the way, the strange order that you are getting the events in is
> >> >> >> the order of their creation.
>
> >> >> >> Ray
>
> >> >> >> On Mon, Apr 6, 2009 at 10:59 AM, WayneBurrows <[email protected]> 
> >> >> >> wrote:
>
> >> >> >> >http://www.google.com/calendar/feeds/1np2i2qsjuirrj6breae82eb8s%40gro...
>
> >> >> >> > This does not seem to be working for me.  I get these events in 
> >> >> >> > some
> >> >> >> > strange order
>
> >> >> >> > C.D. IP TRIALS
> >> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> >> > When: Sat Jun 27, 2009
>
> >> >> >> > C.D. IP TRIALS
> >> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> >> > When: Sat Jun 27, 2009
>
> >> >> >> > Caccia Birch Daffodil Day Open Pairs
> >> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> >> > When: Sun Aug 16, 2009
>
> >> >> >> > CD FULLARTON PROVINCIAL TEAMS
> >> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> >> > When: Sat Aug 8, 2009
>
> >> >> >> > CD IP TRIALS
> >> >> >> > Thursday, 18 September 2008, 4:20:52 p.m.
> >> >> >> > When: Sat Jun 13, 2009
>
> >> >> >> > any suggestions?- Hide quoted text -
>
> >> >> >> - Show quoted text -- Hide quoted text -
>
> >> >> - Show quoted text -- Hide quoted text -
>
> >> - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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