In my personal environment, I am able to load the calendar and use its functionalities without any issues.
However, in the company environment, I am encountering a problem. I do not have access to the "Administrator" tab in the Service Center to configure the date format as explained here:https://www.outsystems.com/forums/discussion/58053/fullcalendar-reactive-error-cannot-read-property-getutcfullyear-of-null/
In an attempt to isolate the issue, I have already cleaned up all non-essential actions and variables related to the calendar display. I found that the only necessary input for the resource is a source structure of type "FullCalendarView", which I believe is where the problem lies. Additionally, a method named "FullCalendar_v6CalendarObjectInit" is required to receive an object, though it doesn't need to perform any actions.
I suspect the error occurs in the script "fullCalendar_v6" within the resource library. When the date and time methods are executed, the datetime format might be incorrect, resulting in a null output.
Has anyone else encountered this problem, or can anyone suggest a possible solution?
Hi Vinicius,
Thank you for responding to this message. I've just fixed it. I will publish the new version right now.
Hi Michael,
Have you got the most updated version? If not, just update it and try again, please.
Thanks.
Hi Rodrigo,Thank you for the quick response. Yes, we have the latest version installed on our platforms.
I have the same problem, there is a solution ?
In my case the solution was to use FormatDateTime in the now paramater :