Hi, My objective: I have an application (GWT) where my logged-in users would view their personal Google Calendar and edit events if they wish. Their Calendar MUST not be public.
My tries: - create a common public calendar and ask my users to share with this calendar...did not work with the embeded html page. - try to pass the users personnal gmail email in the ebeded html post in a iframe...since their calendar is not public, it will never work. My questions: - How can I embed a private (non public) calendar in my application? Should I do like Google Health and have to "synchronized" both applications to enable data exchange in a secured way? - Can we call a Google servlet with GMail username/password and receive the actual html containing my user calendar? - Do I have to place the password in a specific http session property so Google will see the user has being logged in? - If it does not exists...I can code it ;-) Thanks - Erick --~--~---------~--~----~------------~-------~--~----~ 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://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
