Ok. never did find page that provided attribute names for Calendar
data but was able to figure out what I needed. The following lines
will get the description and location for an event.
var description = entry.content.$t;
var where = entry['gd$where'][0].valueString;
On Mar 20, 11:57 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Could someone please direct me to documentation pages that might help
> with retriving values from jSon data. I have the feed for Calendar
> data and can retrieve the title and date info (the examples provided
> helpful sample code) but I can't quite figure out how to get the
> description and where values for a calendar entry.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---