Scheduler hyperlink in events

Hello,



I was wondering I want to make a read only scheduler, but in the simple description of the event (the square in the main layout of the scheduler) I want put a hyperlink to another page.



Can be that possible?



I hope you undestand me.



Greetings.

Can be that possible?
Sure, you can check samples\customization\06_templates.html


scheduler.templates.event_text=function(start,end,event){
return “Text: “+event.text+”
”+“Descr. “+event.details+”;
}


You can define custom template for event’s text , and this template can contain any HTML.