If you expect answers, you 'd better be more specific about your issue : - development library / language used - source code
"the code I got from the API is nonfunctionnal"... Which code ? Which API ? Which release ? By the way, you don't grab any code from the API, the API (Application Programming Interface) is "only" a framework of tools, classes and functions for a specific goal. As you should have found on the Calendar Data API Developer's Guide pages here, there are some valuable resources you may want to read : - Atom reference (for language-independant data) ; link for v1<http://code.google.com/intl/fr/apis/calendar/data/1.0/reference.html>and v2 <http://code.google.com/intl/fr/apis/calendar/data/2.0/reference.html>releases of the Calendar API - Javascript developer's guide<http://code.google.com/intl/fr/apis/calendar/data/1.0/developers_guide_js.html>: any software engineer should start through this topic ; only compliant with v1 Calendar API release (although they could be run with the v2 release, with a bit of Gdata API knowledge and some API reference reading), - PHP developers' guide<http://framework.zend.com/manual/en/zend.gdata.calendar.html>: maybe you intend to create the event in your backoffice rather than in the user's browser. -- 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://code.google.com/apis/calendar/community/forum.html
