Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php26 public $anyoneCanAddSelf; variable in Google\\Service\\Calendar\\Event
159 public function setAnyoneCanAddSelf($anyoneCanAddSelf) argument
161 $this->anyoneCanAddSelf = $anyoneCanAddSelf;
168 return $this->anyoneCanAddSelf;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1110 public $anyoneCanAddSelf; variable in Google_Event
1166 public function setAnyoneCanAddSelf( $anyoneCanAddSelf) { argument
1167 $this->anyoneCanAddSelf = $anyoneCanAddSelf;
1170 return $this->anyoneCanAddSelf;