4 messages in com.googlegroups.google-calendar-help-dataapiRe: vb.net - Found NULL service, prob...
FromSent OnAttachments
Mojo06 Apr 2007 21:20 
Mojo06 Apr 2007 22:02 
Ryan Boyd (Google)07 Apr 2007 15:46 
Mojo07 Apr 2007 17:37 
Subject:Re: vb.net - Found NULL service, probably mistake
From:Ryan Boyd (Google) (api.@google.com)
Date:04/07/2007 03:46:46 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

It looks like you may be using the 'basic' feed projection-- this is generally used for more human-readable purposes, rather than for programmatic use. Please change the word 'basic' to 'full' in the URL-- That feed will include gd:when and gd:recurrence elements depending upon the query parameters used. See the descriptions of the different projections [1] in the documentation.

Cheers,

-Ryan

[1] = http://code.google.com/apis/calendar/reference.html#Projection

On Apr 6, 10:03 pm, "Mojo" <raja@gmail.com> wrote:

I don't know where this happening (server or client) but when I saved the xml of the Entry [to be precise - EventEntry.Feed.Entries(0).SaveToXml], I get the following xml

<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http:// schemas.google.com/g/2005"><title
type="text">test</title><id>http://www.google.com/calendar/feed</id><link
href="http://www.google.com/ calendar/event?WphdC5iaGFyZ2F2QG0" rel="alternate" type="text/html" title="alternate" /><link href="http://www.google.com/calendar/feeds/ bok29odqar5hv20jog" rel="self" type="application/atom+xml" /><author><name>Rajat
Bhargav</name><email>rajat.bil.com</email></

author><category term="http://schemas.google.com/g/2005#event" scheme="http://schemas.google.com/g/2005#kind" /><summary type="html">Recurring Event&lt;br&gt; First start: 2007-04-03 09:30:00 CDT &lt;br&gt; Duration: 3600 &lt;br&gt;Event Status: confirmed</summary><content type="text">Recurring Event<br> First start: 2007-04-03 09:30:00 CDT <br> Duration: 3600 <br>Event Status: confirmed</content><updated>2007-04-06T22:18:11-05:00</ updated><published>2007-04-06T22:16:56-05:00</published></entry> - {have edited the xml to remove ids} -

This is ill-formed as you can see in the 'content' tag.

Could this be the problem? If so, can I even fix it or is it at the server (unlikely)?