• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/icloud/sectionbuilder.php
  • Класс: BitrixCalendarSyncIcloudSectionBuilder
  • Вызов: SectionBuilder::getUpdateSectionContent
public function getUpdateSectionContent(Section $section): string
{
	$xmlns = " xmlns:A0="urn:ietf:params:xml:ns:caldav"";
	$xmlns .= " xmlns:A1="http://apple.com/ns/ical/"";

	$body = "rn";
	$body .= "rn";
	$body .= "trn";
	$body .= "ttrn";
	$body = $this->getBodyProperties($section, $body);
	$body .= "";

	return $body;
}