• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/schedulerepository.php
  • Класс: BitrixTimemanRepositoryScheduleScheduleRepository
  • Вызов: ScheduleRepository::updateBatchUsers
public function updateBatchUsers($scheduleId, $userIds, $excluded)
{
	return $this->updateBatchAssignments($userIds, $scheduleId, $excluded, ScheduleUserTable::class, 'USER_ID');
}