Jquery FullCalendar change editable properties of particular event on a calendar
问题 I am currently using jQuery FullCalendar to create a scheduling application. In my application I need to set editable=false only for events which is not an event created by the logged in user; whereas, the event that is created by the logged in user should have editable= true. Can any on suggest me how I could set few editable property of event in a FullCalendar as false and few events as true. 回答1: Set the master editable property to false and set the editable property of the event's that