• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisync.php
  • Класс: BitrixCalendarSyncGoogleApiSync
  • Вызов: GoogleApiSync::__construct
public function __construct($userId = 0, $connectionId = 0)
{
	if (!$userId)
	{
		$userId = CCalendar::GetUserId();
	}
	$this->userId = $userId;
	$this->connectionId = $connectionId;
	$this->syncTransport = new GoogleApiTransport((int)$userId);
}