Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php55 function updateInvites(array $sharees) { function in Sabre\\CalDAV\\SharedCalendar
57 $this->caldavBackend->updateInvites($this->calendarInfo['id'], $sharees);
H A DSharingPlugin.php211 $node->updateInvites($shares);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DISharedNode.php49 function updateInvites(array $sharees); function
H A DPlugin.php140 $node->updateInvites($sharees);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php32 function updateInvites($calendarId, array $sharees); function
H A DPDO.php1343 function updateInvites($calendarId, array $sharees) { function in Sabre\\CalDAV\\Backend\\PDO