• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/parser/parser.php
  • Класс: BitrixCalendarICalParserParser
  • Вызов: Parser::getCalendarComponent
public function getCalendarComponent(): ?Calendar
{
	return ($this->component instanceof Calendar)
		? $this->component
		: null
	;
}