Searched refs:showGoogleCallbackResult (Results 1 – 1 of 1) sorted by relevance
1352 $this->showGoogleCallbackResult(false, 'Authorization denied: ' . $error);1357 $this->showGoogleCallbackResult(false, 'No authorization code received');1365 $this->showGoogleCallbackResult(false, 'Invalid state parameter');1374 $this->showGoogleCallbackResult(true, 'Successfully connected to Google Calendar!');1376 $this->showGoogleCallbackResult(false, $result['error']);1383 private function showGoogleCallbackResult($success, $message) { function in action_plugin_calendar