Google Tasks and Calendar: Use in a server application -
imagine have application, reads , writes data google tasks , google calendar.
it works in background, i. e. checks data in regular intervals , updates them (without interaction user).
that is, user logs application once, enters settings , point on, application works transparent.
is possible implement such application user not required enter google password?
tia
dmitri
if using google apps domain, application can interact calendar , tasks api on behalf of user without asking permissions using 2 legged oauth , oauth domain key.
you should take @ nicolas garnier's article using 2-legged oauth google tasks api google apps domain administrators.
hope helps.
Comments
Post a Comment