• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/parser/componentscollection.php
  • Класс: BitrixCalendarICalParserComponentsCollection
  • Вызов: ComponentsCollection::hasOneCalendarComponent
public function hasOneCalendarComponent(): bool
{
	return $this->hasOneComponent() && ($this->collection[0] instanceof Calendar);
}