Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php76 public $guestsCanModify; variable in Google\\Service\\Calendar\\Event
383 public function setGuestsCanModify($guestsCanModify) argument
385 $this->guestsCanModify = $guestsCanModify;
392 return $this->guestsCanModify;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1133 public $guestsCanModify; variable in Google_Event
1245 public function setGuestsCanModify( $guestsCanModify) { argument
1246 $this->guestsCanModify = $guestsCanModify;
1249 return $this->guestsCanModify;