• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::editGoogleConnectionsSections
static function editGoogleConnectionsSections(array $sections)
{
	foreach ($sections as $section)
	{
		self::stopGoogleSectionChannels($section);
		self::markSectionLikeDelete((int)$section['ID']);
	}
}