• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/office365context.php
  • Класс: BitrixCalendarSyncOffice365Office365Context
  • Вызов: Office365Context::getOutgoingEventManager
public function getOutgoingEventManager(): OutgoingEventManagerInterface
{
	if (empty($this->outgoingEventManager))
	{
		$this->outgoingEventManager = new OutgoingEventManager($this);
	}
	return $this->outgoingEventManager;
}