Error Importing Calendar Events

I am seeing an issue when importing calendar events. I get through 3 events imported, then I get a failure of
Halted with error in setDLEReminder, IA access issue

Is there any way to figure out what is wrong?

I am able to import 5 events with no issues, in two different units.

Is there anything about your 4th item that is different other than dates or times?

Not really. I had an empty reminder field and also tried setting a value of 3d in there.

Unit,Other,PLC,location,9/9/2024,7:30 PM,9/9/2024,8:00 PM,off,off,off,off,off,,3d,
Unit,Court of Honor,Court of Honor,location,9/16/2024,6:30 PM,9/16/2024,8:00 PM,off,off,on,on,on,,3d,

THe first line here is added successfully. But the Court of Honor one is failing.

Not consistent when it fails. Sometimes after 5, sometimes 1. Slowly working through removing what was added to calendar from csv file and trying again. Error message doesn’t pop up consistently either.

@GaryFeutz - does that setDLE refer to the den leader experience ?

I suspect the issue is because there is no description in that line in your file.

If you create an event directly in SB+, it sometimes fails if no description is present. This is different behavior that SB didn’t have so I don’t try to catch it in the extension

I’ll update the extension to require it. Add a description and see if it works for you.

@Stephen_Hornak The DLE function name was indeed related to the Den Leader Experience; but the error is from the previous function and isn’t caught until a callback. So the name misleading (means something to me though!). Data structures in SB+ still have old DLE fields but they are no longer useful.

That perplexes me… I was able to get through by breaking it up into 20 separate loads and it seemed to be okay. I can try the description field to see if that helps in the future… Thanks!

I am getting the same error. Sample of my csv is below:
Calendar,EventType,Name,Location,StartDate,StartTime,EndDate,EndTime,RSVP,Permission,Leaders,Parents,Scouts,Description,Reminders,mapURL
Pack 6017,Pack Meeting,Pack Meeting,St. Patrick Church,8/20/2024,6:00 PM,8/20/2024,7:00 PM,off,off,on,on,on,First Pack Meeting,

Any idea how I can fix this? Sure would make entering events much easier.

I think I might know what could be causing the issue (at least for me). I used your sample file to do an import and it worked fine. I changed the parents field to ‘on’, tried importing an got the “Halted with error in setDLEReminder, IA access issue” error.
I think this error may occur for me because we have parents of scouts without a blank field for email and/or they have not opted into receiving notifications.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.