I finished last week an application that works along with the calendar API using javascript. I specifically use this library created by Dan Holevoet.
http://googleappsdeveloper.blogspot.com/2011/12/using-new-js-library-to-unlock-power-of.html However, here my questions: 1. I don't see any example of that library using contacts. Is that possible to use that library for managing contacts? If so: - what is the accurate scope? - what is the structure of the resource (json) if i want to add a new contact? - How can I create the request? var request = gapi.client. calendar.events.insert?? 2. Trying to use the Google API explorer and trying to select a service, I come across that contacts is not listed as a service. Why? Thanks in advance Regards -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html
