automatic authentification for users own calendar?
7 views
Skip to first unread message
simon
unread,
Jul 2, 2009, 7:42:31 PM7/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi
I have an app engine application whereby the user selects a date and
time, the users google apps calendar then gets updated. The user is
signing in using their google apps account for the appengine
application, so is there a way to avoid the gdata authentification
process for calendar updates so they avoid having to sign in again.
thx
simon
Jeff S (Google)
unread,
Jul 6, 2009, 4:11:23 PM7/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hi Simon,
At this point no, the user is required to authorize the app for access to their Google calendar. However, you should only need to perform this step once in most cases as the auth token which your app receives is long-lived and can be reused with the same user across multiple requests.