Hi,
Is it possible to have custom categories or have additional fields passed to the schedule control?
By customization I mean instead of providing font, color, etc.. I would like to use icons off a sprite map so my fields would be of the nature background, background pos, etc..
If not how would I access the scheduler data?
I took a look at:
var schObj = $("#Schedule1").data("ejSchedule");
but it was not readily apparent to me where the appointment data was. The idea being that I can make a separate call to get the custom categories and then apply it to the appointments after create working against appointmentid and tie it to a template with a for loop.
Thanks,
Chris