• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_sect.php
  • Класс: CCalendarSect
  • Вызов: CCalendarSect::ShowICalHeaders
static function ShowICalHeaders()
{
	header("Content-Type: text/calendar; charset=UTF-8");
	header("Accept-Ranges: bytes");
	header("Connection: Keep-Alive");
	header("Keep-Alive: timeout=15, max=100");
}