Home
last modified time | relevance | path

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

/plugin/calendar/
Daction.php31 private $googleSync = null; variable in action_plugin_calendar
47 if ($this->googleSync === null) {
48 $this->googleSync = new GoogleCalendarSync();
50 return $this->googleSync;
Dadmin.php6661 $googleSync = new GoogleCalendarSync();
6662 $status = $googleSync->getStatus();
6671 $googleSync->saveConfig($clientId, $clientSecret, $calendarId);
6673 $status = $googleSync->getStatus(); // Refresh status
6681 $googleSync->setCalendarId($calendarId);