• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_sect.php
  • Класс: CCalendarSect
  • Вызов: CCalendarSect::GetLastUsedSection
static function GetLastUsedSection($type, $ownerId, $userId)
{
	$userSettings = UserSettings::get($userId);
	return $userSettings['lastUsedSection'];
}