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