In order to load the events created with Fullcalendar create I created a button "Refresh events". In my theme javascript I attached a click function to it, but it doesn't seem to work. Can't I use the fullCalendar() function in my theme javascript?
Javascript:
$('a[rel="rerenderEvents"]').click(function(){
$('.fullcalendar', calendar).fullCalendar('rerenderEvents');
});
Comments
Comment #1
dcam commentedI've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.
If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.