• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisection.php
  • Класс: BitrixCalendarSyncGoogleApiSection
  • Вызов: GoogleApiSection::deleteSection
public function deleteSection(array $section): void
{
	(new GoogleApiSync((int )$section['OWNER_ID']))->deleteCalendar((string)$section['GAPI_CALENDAR_ID']);
}