• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/calendarrepository.php
  • Класс: BitrixTimemanRepositoryScheduleCalendarRepository
  • Вызов: CalendarRepository::findByIdWithExclusions
public function findByIdWithExclusions($id)
{
	return CalendarTable::query()
		->where('ID', $id)
		->addSelect('*')
		->addSelect('EXCLUSIONS')
		->exec()
		->fetchObject();
}