Authenticating to get events from Google Calendar with a (local) Javascript
- by Lem0n
Is it possible to authenticate to google calendar (when you know the username/password) using its JavaScript API?
I tried calendarService.setUserCredentials(username, password); but it didn't work