• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::GetCurUserMeetingSection
static function GetCurUserMeetingSection($bCreate = false)
{
	if (!isset(self::$userMeetingSection) || !self::$userMeetingSection)
	{
		self::$userMeetingSection = self::GetMeetingSection(self::$userId, $bCreate);
	}

	return self::$userMeetingSection;
}