Issue
- The documentation Using Display Page Templates in learn.liferay.com mentions you can create Display Page Templates for calendar events, but this for calendar events is missing in Liferay DXP 7.3.
Environment
- Liferay DXP 7.3
Resolution
- The ability to create DPTs for calendar events was introduced in Liferay DXP 2024.Q2 (LPS-200374).
- This feature is handled by the
com.liferay.calendar.web.internal.info.item.provider.CalendarBookingInfoItemFormProvider
Java class. - While not supported, you could potentially backport this functionality to Liferay DXP 7.3 by creating a custom module based on the code changes from this pull request.