- Модуль: calendar
- Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/meetingdescription.php
- Класс: BitrixCalendarCoreEventPropertiesMeetingDescription
- Вызов: MeetingDescription::getFields
public function getFields(): array
{
return [
'NOTIFY' => $this->isNotify ?? null,
'MEETING_CREATOR' => $this->meetingCreator ?? null,
'REINVITE' => $this->reInvite ?? null,
'ALLOW_INVITE' => $this->allowInvite ?? null,
'HIDE_GUESTS' => $this->hideGuests ?? null,
'HOST_NAME' => $this->hostName ?? null,
'LANGUAGE_ID' => $this->languageId ?? null,
'MAIL_FROM' => $this->mailFrom ?? null,
'CHAT_ID' => $this->chatId ?? null,
];
}