Home
last modified time | relevance | path

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

/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/model/
H A DParticipant.php121 return self::userIsAvailable($start_time, $end_time, $this->user_id, $this->event);
150 …public static function userIsAvailable($periodStartTime, $periodEndTime, $userId, $ignoreEvent = f… function in GO\\Calendar\\Model\\Participant