• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::markSectionLikeDelete
static function markSectionLikeDelete(int $sectionId): void
{
	CCalendarSect::Edit([
		'arFields' => [
			"ID" => $sectionId,
			"CAL_DAV_CON" => '',
			'CAL_DAV_CAL' => '',
			'CAL_DAV_MOD' => '',
		],
	]);
}