Hi,

To get the content of an event -

var content = event.getContent().getText();

For more info on other methods of JS client library, check out the jsdoc here -

http://code.google.com/apis/gdata/jsdoc/1.1/index.html

Hope it helps,
Austin

On Tue, Apr 8, 2008 at 8:11 PM, Kevin Jonson <[EMAIL PROTECTED]> wrote:
>
>  I cant seem to find the entry in the JS Client to pull the text string
>  from the "Description" field on an calendar event.  Any hints?
>
>      var event = eventEntries[i];
>      var title = event.getTitle().getText();
>      var des = event.??????
>
>  Thanks in advance.
>  >
>

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