• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::stopGoogleConnectionChannels
static function stopGoogleConnectionChannels(int $connectionId): void
{
	GoogleApiPush::stopChannel(
		GoogleApiPush::getPush(GoogleApiPush::TYPE_CONNECTION, $connectionId),
		self::$ownerId
	);
}