I am using FullCalendar throughout my project and i need to display it in one area of my site where events are not draggable but to remain highlighted in the month view. Any ideas please.
You can try the following thread's solution(dayClick or select function to disable the dayclick for the past dates in fullcalendar). You can visit the fullcalendar support center and post your fullcalendar question on the StackOverflow fullcalendar tag.
To delete "12a", add displayEventTime: false . This is the correct answer.
I know this is an old question, but nobody has answered this correctly, so here you go...
$('#example').fullCalendar({ disableDragging: true });
DisableDragging is replaced by: eventStartEditable (since version 1.6.3)
http://arshaw.com/fullcalendar/docs/removed/disableDragging/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With