• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/dto/participantdto.php
  • Класс: BitrixCalendarSyncOffice365DtoParticipantDto
  • Вызов: ParticipantDto::getComplexPropertyMap
protected function getComplexPropertyMap(): array
{
	return [
		'status' => [
			'class' => ResponseStatusDto::class,
			'isMandatory' => false,
		],
		'emailAddress' => [
			'class' => EmailDto::class,
			'isMandatory' => false,
		],
	];
}