• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_sect.php
  • Класс: CCalendarSect
  • Вызов: CCalendarSect::_ICalPaste
static function _ICalPaste($str)
{
	$str = preg_replace ("/r/i", '', $str);
	$str = preg_replace ("/n/i", '\n', $str);
	return $str;
}