Hi Oracle Support and All,
I want to make default value for the Calendar View on Oracle APEX to be defaulted to “Week" but I cannot do that and cannot find any forum or solution regarding my issue.
I have tried to use this code below on Dynamic Action Page Load and also on Execute when Page Load JS:
$("#yourStaticId_calendar").fullCalendar("changeView", "week")
but I still cannot change the default view to “Weekly”
