• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::GetPath
static function GetPath($type = '', $ownerId = '', $hard = false)
{
	return self::GetServerPath().Util::getPathToCalendar((int)$ownerId, $type);
}