I would like to be able to call an ajax php function to tell me if the user is permitted to edit the calendar.
I suspect that I need to call the ajax function and then set editable to true or false? Does fullcalendar have some kind on initialisation method that is called before rendering?
Can anyone advise? Thanks.