- Модуль: calendar
- Путь к файлу: ~/bitrix/modules/calendar/lib/ical/builder/attendee.php
- Класс: Bitrix\Calendar\ICal\Builder\Attendee
- Вызов: Attendee::createInstance
static function createInstance(
string $email = null,
string $name = null,
string $lastName = null,
string $participationStatus = null,
string $role = null,
string $cutype = null,
string $mailto = null): Attendee
{
return new self(
$email,
$name,
$lastName,
$participationStatus,
$role,
$cutype,
$mailto
);
}