• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/util/eventdescription.php
  • Класс: BitrixCalendarSyncUtilEventDescription
  • Вызов: EventDescription::isReservation
private function isReservation(Event $event): bool
{
	return $event->getSpecialLabel() === ResourceBooking::EVENT_LABEL;
}