• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/icloud/context.php
  • Класс: BitrixCalendarSyncIcloudContext
  • Вызов: Context::getSyncService
public function getSyncService(): VendorSyncService
{
	if (!$this->syncService)
	{
		$this->syncService = new VendorSyncService();
	}

	return $this->syncService;
}