According to the documentation the following Drush command will download the correct version of the FullCalendar JS plugin and move the files accordingly:

drush fullcalendar-plugin

However the path to the plugin that is hardcoded in fullcalendar.drush.inc is outdated and gives a 404 error.

The 2.x series of the FullCalendar JS plugin is not supported by the project, but the most recent 1.x version (i.e. 1.6.7) seems to work fine.

I've updated the download path so that the drush command works again and also updated README.txt with version information about the JS plugin.

Patch is forthcoming.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gisle created an issue. See original summary.

gisle’s picture

Component: Code » Documentation
Status: Active » Needs review
FileSize
1.96 KB

Patch to fix this issue.

Please review.

wgoley06’s picture

Its been a while since someone last check this but the path in the module "fullcalender.io/download" is not being picked up in the status report. After using the suggested path in the patch I've downloaded the plugin and everything is working as expected.