GoogleClientAPI icon indicating copy to clipboard operation
GoogleClientAPI copied to clipboard

Google Client library for use with ProcessWire 3.x

Results 3 GoogleClientAPI issues
Sort by recently updated
recently updated
newest added

@ryancramerdesign, how to add selection to choose between `Google_Service_Calendar::CALENDAR` and `Google_Service_Calendar::CALENDAR_READONLY` when initializing the module for the first time and it asking for permission??

I found errors on API calls are stopping following script execution - with try catch we can handle the response accordingly.

There is a way with Google's API to use the API's services without the Ouath2 authentication, using something called service accounts. I've built a module that overrides the getClient() method...