Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_CalendarService.php46 * @return Google_AclRule
53 return new Google_AclRule($data);
62 * @param Google_AclRule $postBody
64 * @return Google_AclRule
66 public function insert($calendarId, Google_AclRule $postBody, $optParams = array()) {
71 return new Google_AclRule($data);
98 * @param Google_AclRule $postBody
100 * @return Google_AclRule
102 public function patch($calendarId, $ruleId, Google_AclRule $postBody, $optParams = array()) {
107 return new Google_AclRule($data);
[all …]