Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php80 public $guestsCanSeeOtherGuests; variable in Google\\Service\\Calendar\\Event
397 public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests) argument
399 $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
406 return $this->guestsCanSeeOtherGuests;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1134 public $guestsCanSeeOtherGuests; variable in Google_Event
1251 public function setGuestsCanSeeOtherGuests( $guestsCanSeeOtherGuests) { argument
1252 $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
1255 return $this->guestsCanSeeOtherGuests;