Imagine I have some application, which reads and writes data to Google Tasks and Google Calendar.
It works in the background, i. e. checks the data in regular intervals and updates them (without interaction with the user).
That is, the user logs into my application once, enters some settings and from that point on, the application works completely transparent.
Is it possible to implement such an application so that the user is NOT required to enter his Google password?
TIA
Dmitri