• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisync.php
  • Класс: BitrixCalendarSyncGoogleApiSync
  • Вызов: GoogleApiSync::stopChannel
public function stopChannel($channelId, $resourceId)
{
	$this->syncTransport->stopChannel($channelId, $resourceId);

	$error = $this->getTransportConnectionError();
	if (is_string($error))
	{
		$this->updateLastResultConnection($error);
		return false;
	}

	return true;
}