thanks for your help, that clears up one issue I had. Are there any open source calendar applications that have already been build using zend framework with web forms? It seems like a lot of work to design one from scratch, hoping to save myself some effort.
On Jun 20, 2:59 pm, Pierre Pasteau <[email protected]> wrote: > If the user is not authenticated on its browser, it is then your > responsability as the software engineer of your PHP scripts to use any > authentication method available and supported by the Zend Gdata library (the > php library used to interface with Google Calendar). > > The easiest method is ClientLogin, which requires a user/password sent > through the scripts. > > You may find useful to review any API reference before going further > :http://framework.zend.com/manual/en/zend.gdata.calendar.html -- 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
