Is there documentation that includes the parameters for Calendar Events?

I want to display existing arrays in my database that have dates, but I want to map to the calendar inputs that can be displayed. Is there documentation on the calendar event schema?

I have what I think is a correctly formatted input array:

image

But nothing is showing up on the calendar:

Hey @Bill_Waring, it looks like your data is formatted as an object of arrays.

The Calendar component needs data to be formatted as an array of objects.

You could use formatDataAsArray() to convert your data to an array of objects!

Thanks! I probably should have updated this - I just used some javascript to write my data to the calander.events in the format that I needed it.