• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Calendar/CalendarItem.php
  • Класс: BitrixImV2EntityCalendarCalendarItem
  • Вызов: CalendarItem::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'id' => $this->getId(),
		'title' => $this->getTitle(),
		'dateFrom' => $this->getDateFrom()->format('c'),
		'dateTo' => $this->getDateTo()->format('c'),
		'source' => $this->getUrl(),
	];
}