I'm trying to use the Event Calendar on an existing site.. Does anyone have some sample code? I've built the project and i have access to the calendar control in my aspx, but I'm not sure about the data binding. I have a method that is returning a data table, but apparently I have to bind the control to a dataSet?
Also, do I have to use the supplied "create table" sql script, or can I use my own sql table?
Any help is appreciated!