You can use the JS Feeds API to get the feed in MIXED format. Then, you can build a control that uses DOM methods (or the API's google.feeds.getElementsByTagNameNS) to get the value you want and use that to build your entries' HTML nodes.
jg On Tue, Aug 28, 2012 at 2:46 PM, Trey Schultz <[email protected]>wrote: > I have a feed set up and it's working fine with one problem. I cannot find > a way to display the event's "description" field using any of the JS APIs. > I DO NOT want to have to write server-side authenticated code just to > retrieve a public field. > > Is there a way to get the Calendar Event Feed to put the "description" > field into the "content" or "contentSnippet" node(s)? > > Also, why doesn't the "content" node ALREADY include this? "Description" > seems way more important, useful, and desirable than, say, "confirmed". > > Is there a way, using only AJAX non-authenticated calls, to get the > "description" of a Google Calendar Event by eventID? Is there a way to just > feed the event's "link" into a subsequent call and pick the description out? > > Thanks for any help. > > > -- > You received this message because you are subscribed to the Google > Groups "Google AJAX APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > To view this message on the web, visit > https://groups.google.com/d/msg/google-ajax-search-api/-/GgdwyWzfIzUJ > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en > -- Jeremy R. Geerdes Generally Cool Guy Des Moines, IA If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! http://www.debraheightswesleyan.org -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
