• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/icalendar.php
  • Класс: CDavICalendarComponent
  • Вызов: CDavICalendarComponent::GetPropertyValue
public function GetPropertyValue($type)
{
	foreach ($this->arProperties as $key => $val)
	{
		if ($val->Name() == $type)
			return $val->Value();
	}
	return null;
}