Currently the user needs to download the JS library into /fullcalendar. No checks are made for the presence of the library when the integration module is enabled. Ideally, the following should happen during installation:
- Is the library present? (It might have been downloaded manually or with drush make etc)
- If not, download and unpack at the correct location
- Continue with installation
Currently the user needs to download the JS library into /fullcalendar. No checks are made for the presence of the library when the integration module is enabled. Ideally, the following should happen during installation: