thanks, that worked great
On Dec 7, 4:31 am, "Julian (Google)" <[email protected]> wrote: > Hi, > > Notes is a atom:content element, you can use: > > <atom:content>Notes for this contact</atom:content> > > or just the following if the namespace is implicit: > > <content>Notes for this contact</content> > > You can find information of the contact's elements > here:http://code.google.com/apis/gdata/docs/2.0/elements.html > > --Julian > > On Dec 5, 6:00 am, TearsForNations <[email protected]> wrote: > > > wwhat should it be instead of <gd:content does anyone know? > > Jim > > > On Dec 3, 10:54 pm, TearsForNations <[email protected]> wrote: > > > > why doesn't this work? > > > > On Dec 3, 7:25 pm, TearsForNations <[email protected]> wrote: > > > > > <atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:gd="http:// > > > > schemas.google.com/g/2005"> > > > > <gd:name> > > > > <gd:fullName>John Doe</gd:fullName> > > > > </gd:name> > > > > <gd:email address="[email protected]" label="email"/> > > > > <gd:content type="text">some notes</gd:content> > > > > <birthday xmlns="http://schemas.google.com/contact/2008" > > > > when="2009-12-01"/> > > > > </atom:entry> > > > > > this works for every field except notes -- You received this message because you are subscribed to the Google Groups "Google Contacts 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-contacts-api?hl=en.
