Thanks for replying.
Ironically, I find that being more specific and actually providing
necessary information, creating a large block of text, turns people
away instantly.

Using the google developer guide for calendar in PHP, I built a basic
application to create and view events for a given account. The API
provided examples of what it claimed was the correct application of
certain functions, but was filled with typos and contextual errors, it
was terribly hard to learn from such poorly constructed documentation.

Right now I have a basic event creation page with PHP, but it is still
unreasonably glitchy. I'm using the zend framework with clientlogin on
my client's server. I am far from the world's best programmer, so I
was hoping there was some source code for a web app to accomplish
something similar that I could piggy-back on.

Thank you for the links, I have already reviewed all of those, but as
you said, API does not provide the actual code. The question was about
the existence of an existing application that accomplishes something
similar to my goals, as I am not a particularly gifted software
developer and I have been struggling to build this from the ground up.

Thanks again.

On Jun 27, 12:21 pm, Pierre Pasteau <[email protected]>
wrote:
> 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_guid...>:
>  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

Reply via email to