• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/controller/syncajax.php
  • Класс: BitrixCalendarControllerSyncAjax
  • Вызов: SyncAjax::clearSuccessfulConnectionNotifierAction
public function clearSuccessfulConnectionNotifierAction(string $accountType)
{
	BitrixCalendarSyncManagersNotificationManager::clearFinishedSyncNotificationAgent(
		(int)CCalendar::GetUserId(),
		$accountType
	);
}