• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/icalendar.php
  • Класс: CDavICalendar
  • Вызов: CDavICalendar::GetComponents
public function GetComponents($type = null, $normalMatch = true)
{
	return $this->component->GetComponents($type, $normalMatch);
}