I use the scheduler to give the user an overview of which days in the year he has appointments.
I would like to achieve two things now:
When the user clicks on a date in the year view, I want to make an Ajax call to the server to load additional information for that day. Is there an event that is called when the user clicks on a date?
Can I prevent the detail box from opening in the year view when a date is clicked?
I would like to achieve two things now:
When the user clicks on a date in the year view, I want to make an Ajax call to the server to load additional information for that day. Is there an event that is called when the user clicks on a date?
Can I prevent the detail box from opening in the year view when a date is clicked?