Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php77 function getInvites() { function in Sabre\\CalDAV\\SharedCalendar
79 return $this->caldavBackend->getInvites($this->calendarInfo['id']);
H A DSharingPlugin.php139 $node->getInvites(),
207 $shares = $node->getInvites();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DISharedNode.php67 function getInvites(); function
H A DPlugin.php164 return new Property\Invite($node->getInvites());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php49 function getInvites($calendarId); function
H A DPDO.php1348 $currentInvites = $this->getInvites($calendarId);
1456 function getInvites($calendarId) { function in Sabre\\CalDAV\\Backend\\PDO