Please checkout the new opensource Google2 plugin (supporting Google Calendar API v3)
It’s awesome!
https://www.servoyforge.net/projects/google2/wiki
MANY thanks to Patrick Ruhsert, for his contribution on this one!
Please checkout the new opensource Google2 plugin (supporting Google Calendar API v3)
It’s awesome!
https://www.servoyforge.net/projects/google2/wiki
MANY thanks to Patrick Ruhsert, for his contribution on this one!
Hi Harjo/Patrick
Firstly thank you for taking the time to develop this plugin and contributing it to the servoyforge community its much appreciated
Unfortunately I have fallen at the first hurdle with installation and think it may be down to clarification of some of the docs specifically
What I am currently getting from the following code is a from sURL and predictably a wrapped java.lang error
Cheers
Gordon
function testCalendar() {
var applicationName = ‘MyProjectName’;
var clientID = ‘ClientID_4mi.apps.googleusercontent.com’;
var clientSecret = ‘BigSecret_yZJkgyA-Yx’;
var sURL = plugins.Google2.setupApplication(applicationName,clientID,clientSecret);
plugins.Google2.getAuthorizationUrl(sURL)
}