• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/service.php
  • Класс: BitrixCalendarSharingNotificationService
  • Вызов: Service::getAttendeesList
protected function getAttendeesList(): array
{
	return CCalendarEvent::getAttendeeList($this->event->getId())['attendeeList'][$this->event->getId()];
}