• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::stopGoogleSectionChannels
static function stopGoogleSectionChannels(array $section): void
{
		GoogleApiPush::stopChannel(
			GoogleApiPush::getPush(GoogleApiPush::TYPE_SECTION, (int)$section['ID']),
			(int)$section['OWNER_ID']
		);
}