Searched refs:googleSync (Results 1 – 2 of 2) sorted by relevance
68 private $googleSync = null; variable in action_plugin_calendar84 if ($this->googleSync === null) {85 $this->googleSync = new GoogleCalendarSync();87 return $this->googleSync;
6757 $googleSync = new GoogleCalendarSync();6758 $status = $googleSync->getStatus();6767 $googleSync->saveConfig($clientId, $clientSecret, $calendarId);6769 $status = $googleSync->getStatus(); // Refresh status6777 $googleSync->setCalendarId($calendarId);