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