pxCalendar in a section not showing events

Hi,

Greetings. Hope you are well! I am trying to use pxCalendar in a section but for some reason i am not able to show the events in the calendar, can someone please let me know if i am doing anything wrong, below are the screen shots of configuration as well as output.

Can someone please let me know what i have been missing?

I am on Pega 24.1, i am aware the pxCalendar is deprecated but trying to do a POC for a client as current application is on UI Kit.

Regards,

Bharat

@KOMARINA - Is it working when accessing the control using the developer operator i.e. launching the portal from designer studio? or Issue is only seen with end user operator. If its end user operator we should be seeing 403 error in browser console and network logs. Also SECU0019 alert will be logged.

Thank you.

@Priyanka Boga Hi, Greetings. No, it is not working even when launching via Dev Operator, no SECU alerts are logged.

Regards,

Bharat

@KOMARINA - In the parent section of pxCalendar control make that section as non auto generated one and add the child section using pega include tags.

<pega:include name=“GameResults” type=“Rule-HTML-Section” />

As pxCalendar is deprecated the latest layouts and templates wont support this control. By following the above approach makes it non templatized mode.

For making a section rule non auto generated one , In section rule go to html tab and uncheck “Auto-generated HTML”

Thank you.