Hello everyone,
I tried to import an ical file and the process failed with the following error message:
Uncaught (in promise) NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS… (citește mai mult)
Hello everyone,
I tried to import an ical file and the process failed with the following error message:
Uncaught (in promise) NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "Could not extract integer from "--T:"" {file: "resource:///modules/calendar/Ical.jsm" line: 156}]'[JavaScript Error: "Could not extract integer from "--T:"" {file: "resource:///modules/calendar/Ical.jsm" line: 156}]' when calling method: [calIDateTime::nativeTime]
#setDateParamHelper resource:///modules/calendar/CalStorageItemModel.jsm:1043
#prepareEvent resource:///modules/calendar/CalStorageItemModel.jsm:1107
#prepareItem resource:///modules/calendar/CalStorageItemModel.jsm:1093
addItem resource:///modules/calendar/CalStorageItemModel.jsm:1070
addItem resource:///modules/calendar/CalStorageCachedItemModel.jsm:180
adoptItem resource:///modules/CalStorageCalendar.jsm:235
2 CalStorageItemModel.jsm:1043
I'm not familiar with javascript, but it seems to me, that the code is trying to import a date timestamp.
I noticed, that the ical file uses a format like this:
DTSTART;TZID=Europe/Berlin:20241118T180000
I'm not sure, this is the real cause, but I didn't found the string "--T:" in the whole ical file.