Hi,
Is there a way to access scheduler resources inside the Event Template?
For instance:
Course Resource - List of courses with CourseID and CourseTitle.
Event Template -
.EventTemplate(
        "<div style=color:#:setTextColor(data)#>" +
        "<h4>Course: #= CourseTitle # </h4>" +     
        "<h5>Class: #= title # </h5>" +
        "</div>"
    )
"<h4>Course: #= CourseTitle # </h4>" would be returned by the foreign key ID from the viewModel record to the Course Resource primary key.
