Hello everyone.
I did some scheduling work and used the calendar type, and every month a different schedule is created. When I need to view a schedule from a past month, the calendar always opens to the current month, and I have to keep clicking to scroll back to the month and year I want to view.
I saw and used this example in Javascript:
"apex.region("my_calendar").widget().data("fullCalendar").gotoDate(P125_DAT_INICO);
But it didn't work. When I open the calendar, the screen goes completely blank.
Does anyone have another solution for this situation?
Thank you in advance to anyone who can help.