In 8.3.4, I'm trying to get an instance of Artek calendar to work by binding data from a .ics source (transforming it to JSON). I created a string tag and then in my script, I parse the .ics data and create an array from the .ics data. The format matches what Artek has in the user_guide, but as soon as I bind the params.data object, the whole calendar goes white and the grids disappear. I've tried the native time format as well as unix time and both have the same result. Here's one of my sample JSON arrays I was trying to bind to the params.data:
[{"color": "#D3F3EE", "start": "2026-09-19T18:30:00Z", "title": "Child Game", "allDay": false, "end": "2026-09-19T23:00:00Z", "id": 2}]