Home
last modified time | relevance | path

Searched refs:showGoogleCallbackResult (Results 1 – 1 of 1) sorted by relevance

/plugin/calendar/
H A Daction.php1353 $this->showGoogleCallbackResult(false, 'Authorization denied: ' . $error);
1358 $this->showGoogleCallbackResult(false, 'No authorization code received');
1366 $this->showGoogleCallbackResult(false, 'Invalid state parameter');
1375 $this->showGoogleCallbackResult(true, 'Successfully connected to Google Calendar!');
1377 $this->showGoogleCallbackResult(false, $result['error']);
1384 private function showGoogleCallbackResult($success, $message) { function in action_plugin_calendar