Javascript – Full Calendar TypeError: Cannot read properties of null (reading 'timeZoneOffset') – using RRule exdate
I'm using Full Calendar and rrule plug in .net 8 core project. I'm trying to add the exdate to recurring events. Here is my code events: function (fetchInfo, successCallback, failureCallback) { $.ajax({ url: "@Url.Action("GetCalendarEvents", "CalendarEvents")", method: 'GET', dataType: 'json', success:…