• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/util/eventdescription.php
  • Класс: BitrixCalendarSyncUtilEventDescription
  • Вызов: EventDescription::removeAttendeesInfo
private function removeAttendeesInfo(string $description, string $languageId): string
{
	return (new AttendeesDescription($languageId))
		->cutAttendeesFromDescription($description)
		;
}