Hey,
i load multiple ressources in my calendar like:
scheduler.load("ressources.json","json", function(){
scheduler.load(["http://googleagenda1","http://googleagenda2","http://googleagenda3"],"ical");
});
in the json file i can choose my color using color:green … but in the ical file i don’t know how change the color. i wana make color for each resource
thank you