I would like to add event that will render in multiple color. Is there any option?
i-e: If event starts on 2 day before current date then it would render blue and after current date it show in red.
I hope you got my point I trying to ask? thanks
I would like to add event that will render in multiple color. Is there any option?
i-e: If event starts on 2 day before current date then it would render blue and after current date it show in red.
I hope you got my point I trying to ask? thanks
you can modify event source object with background color,
this may help you .
You have to find dragstop event and check event.start< new Date() is true than change event object's background color accordingly. 
I have made a site with calendar and events, below is image of week view with events and past/current/future dates etc, If this is what u need then ping me i can send you or let you know its solution.
