• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/factory.php
  • Класс: Bitrix\Calendar\Sync\Office365\Factory
  • Вызов: Factory::getSectionManager
public function getSectionManager(): SectionManagerInterface
{
	if (empty($this->sectionManager))
	{
		$this->sectionManager = new SectionManager($this->officeContext);
	}

	return $this->sectionManager;
}