Two great questsions: On Nov 6, 2:11 pm, ssr <[EMAIL PROTECTED]> wrote: > Please help me with the following: > > 1. I see javascript classes google.gdata.calendar and > google.gdata.calendar.CalendarService to interface with google > calendar service. I assume that this class is nothing but AJAX > interface to send http requests. Are there similar javascript classes > to interface with other google services such as gmail, google > docs, ... ? If not, are there any other javascript packages to > interface with other google services?
http://code.google.com/apis/gdata/client-js.html At this point, there's support for the Calendar, Contacts, Blogger, and Finance APIs. We're adding more all the time. > > 2. I see the advantages of google gadget framework. But if the gadgets > need to be private for various reasons, what options are available and > what is the best way implement them? One possibility I can think of is > to pull the data from google services and display it in your own > custom UI. You can create private gadgets (gadgets that access a user's private Google Data) by using the OAuth Proxy in iGoogle. If you're using one of the service's in the JS library, such a gadget is relatively straightforward to build: http://code.google.com/apis/gdata/articles/gdata_gadgets.html Eric > > Thanks a lot. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
