In day,month,year view
I have to use background color of each task schedule,This is ok.
but I no need fill background color of each task in agenda view.
How can I set background color to “no color” or default of each task in agenda view?
Example
var CalendarEventtmp = new List();
calendartmp.text = blablaba…
calendartmp.start_date = blablaba…
calendartmp.end_date =blablaba…
calendartmp.color = “orange”;
CalendarEventtmp.Add(calendartmp);
Thanks for advance.