Hi Folks,
Wonderful template!
I'm trying to build some custom data (not using the data.js file) into the code.
Am boiling it right back into a really simple declaration, but I still can't get it to work.
Basically:
var cal = $("#calendar").calendario({ caldata : [{'11/22/2016' : 'this is an event'}] }), $month = .. (and so on)
I can't get this event to display. I've tried different formats of the json (am assuming the caldata form follows json rules? Have tried looking into the calendario plugin, but there's not heaps of info on their website), but still no dice.
Any idea what I might be doing wrong here?
Cheers,
Stu
