I am using play 2.0.2. and implemented jquery calendar plugin in play. To load events to calendar i need to load a file. But when i am doing from play i am getting loading error.
the code written is
var url1= '@routes.Assets.at("Calender.ics")';
jfcalplugin.loadICalSource("#mycal",url1,"html");
Could any one suggest for this problem? (If the question is not clear please let me know.)