Hello Mark, Unfortunately, there is no easy way to retrieve the e-mail of the currently authenticated user using the Google Calendar API. If you are developing a web application, you might consider Google App Engine's Users API <http://code.google.com/appengine/docs/python/users/>.
Best, Alain On Wed, Aug 17, 2011 at 4:56 PM, Mark L <[email protected]> wrote: > In a calendar sidebar gadget I'm creating, I want to compare the owner of > an event against the current user, and display information whether the user > is the owner or not. I can easily retrieve the email address of the owner, > but not of the user. Are there any specific methods I can use to retrieve > the users email address? > > Thanks! > > -- > 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 > -- Alain Vongsouvanh -- 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
