Searched refs:getInvites (Results 1 – 6 of 6) sorted by relevance
77 function getInvites() { function in Sabre\\CalDAV\\SharedCalendar79 return $this->caldavBackend->getInvites($this->calendarInfo['id']);
139 $node->getInvites(),207 $shares = $node->getInvites();
67 function getInvites(); function
164 return new Property\Invite($node->getInvites());
49 function getInvites($calendarId); function
1348 $currentInvites = $this->getInvites($calendarId);1456 function getInvites($calendarId) { function in Sabre\\CalDAV\\Backend\\PDO