• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/outgoingeventmanager.php
  • Класс: BitrixCalendarSyncOffice365OutgoingEventManager
  • Вызов: OutgoingEventManager::__construct
public function __construct(Office365Context $context)
    {
	$this->context = $context;
	$this->eventManager = $this->context->getEventManager();
	parent::__construct($context->getConnection());
}