Searched refs:googleSync (Results 1 – 2 of 2) sorted by relevance
31 private $googleSync = null; variable in action_plugin_calendar47 if ($this->googleSync === null) {48 $this->googleSync = new GoogleCalendarSync();50 return $this->googleSync;
6661 $googleSync = new GoogleCalendarSync();6662 $status = $googleSync->getStatus();6671 $googleSync->saveConfig($clientId, $clientSecret, $calendarId);6673 $status = $googleSync->getStatus(); // Refresh status6681 $googleSync->setCalendarId($calendarId);