• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/basic/attendeespropertytype.php
  • Класс: BitrixCalendarICalBasicAttendeesPropertyType
  • Вызов: AttendeesPropertyType::getValue
public function getValue(): string
{
	if (!empty($this->calendarAddress->mailto))
	{
		return "mailto:{$this->calendarAddress->mailto}";
	}
	return "mailto:{$this->calendarAddress->email}";
}