On Dec 7, 9:15 pm, lasheimok <[EMAIL PROTECTED]> wrote:
> Hi Eric,
>
> one more question. :)
>
> What about updating?
>
> In the calendar documentation there's an entry.updateEntry() function,
> which does not seem to be available for the generic object. As far as
> I can tell there's a prototype in entry.$service_, but I can neither
> call it directly nor as described in the calendar documentation.
>
> The entry contains the URL for editing, though.

You can use the entry.updateEntry():
http://code.google.com/apis/gdata/jsdoc/1.6/google/gdata/Entry.html#updateEntry

or the service object's updateEntry.  Pass that one the edit URL:
http://code.google.com/apis/gdata/jsdoc/1.6/google/gdata/client/Service.html#updateEntry

>
> Is the way to update an entry to build the xml entry out of the entry
> object and then manually 'put' it to that url as described in the
> Spreadsheets API?
>
> If so, is there a simple way to do it?
>
> Gratefully,
>  Lasheimok
>
> On Dec 5, 1:23 am, "Eric (Google)" <[EMAIL PROTECTED]> wrote:
>
> > Typically you can request a multi-scoped token using:
> > scope=http://docs.google.com%20http://spreadsheets.google.com
>
> > but this doesn't work with AuthSubJS at the moment 
> > :(http://code.google.com/p/gdata-javascript-client/issues/detail?id=4
>
> > Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" 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-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to