• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/event.php
  • Класс: BitrixCalendarCoreEventEvent
  • Вызов: Event::initAttendeesCollection
private function initAttendeesCollection(): void
{
	// TODO: need to implement a logic
	$this->attendeeCollection = new AttendeeCollection();
}