For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello all,
In APEX 19.1, I was able to capture the calendar event class in the Calendar Event Selected JavaScript function with the following codes:
var className = this.data.event.className;
I wonder if anyone knows what is the APEX 23.1 API.