I am using full calendar and I wish to be able to allow administrators to be able to exit editable mode to perform other actions on the calendar. How can I dynamically change this setting of full calendar. Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The API has no way to directly change that setting on the move, because then I could easily change the setting myself. The way you change if an “EVENT” is editable for an admin, you set this in the event object as a parameter just like you would the color. This stops someone from calling the edit function from fullcalendar if they had one.
You will now have to do all your testing for the admin serverside or if you load the data static then your event object would look something like this
http://arshaw.com/fullcalendar/docs/event_data/Event_Object/