3namespace Bitrix\Calendar\Core\Mappers;
5use Bitrix\Calendar\Core;
6use Bitrix\Calendar\Internals\EO_Event;
7use Bitrix\Calendar\Internals\EO_Section;
8use Bitrix\Calendar\Sync;
9use Bitrix\Dav\Internals\EO_DavConnection;
25 return $connectionMapper->getByEntityObject($connectionEO);
36 return $sectionMapper->getByEntityObject($sectionEO);
46 $eventMapper =
new Event();
47 return $eventMapper->getByEntityObject($eventEO);
prepareSection(EO_Section $sectionEO)
prepareConnection(EO_DavConnection $connectionEO)
prepareEvent(EO_Event $eventEO)