In a RadScheduler how do I get the month of the appointment from the following code and how do I set the default month for the scheduler during page load (code behind)?
function onAppointmentClick(sender, eventArgs)
{
window.location.href = "Events.aspx?event=" + eventArgs.get_appointment().get_id();
}
Thanks
Robert