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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -