Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php72 public $guestsCanInviteOthers; variable in Google\\Service\\Calendar\\Event
369 public function setGuestsCanInviteOthers($guestsCanInviteOthers) argument
371 $this->guestsCanInviteOthers = $guestsCanInviteOthers;
378 return $this->guestsCanInviteOthers;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1132 public $guestsCanInviteOthers; variable in Google_Event
1239 public function setGuestsCanInviteOthers( $guestsCanInviteOthers) { argument
1240 $this->guestsCanInviteOthers = $guestsCanInviteOthers;
1243 return $this->guestsCanInviteOthers;