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
