Home
last modified time | relevance | path

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

/dports/deskutils/egroupware/egroupware/calendar/inc/
H A Dclass.calendar_bo.inc.php64 const ACL_INVITE = Acl::CUSTOM3; define in calendar_bo
324 'rights' => self::ACL_READ_FOR_PARTICIPANTS | self::ACL_INVITE,
1327 if ($grant & ~self::ACL_INVITE) $grant |= self::ACL_FREEBUSY;
H A Dclass.calendar_boupdate.inc.php558 $ret = $this->check_perms(self::ACL_INVITE,0,$uid);