Home
last modified time | relevance | path

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

/plugin/calendar/
H A Daction.php68 private $googleSync = null; variable in action_plugin_calendar
84 if ($this->googleSync === null) {
85 $this->googleSync = new GoogleCalendarSync();
87 return $this->googleSync;
H A Dadmin.php6757 $googleSync = new GoogleCalendarSync();
6758 $status = $googleSync->getStatus();
6767 $googleSync->saveConfig($clientId, $clientSecret, $calendarId);
6769 $status = $googleSync->getStatus(); // Refresh status
6777 $googleSync->setCalendarId($calendarId);