calendar is not displayed
Dashboard cannot display calendar (v. 1.5.3)
-created a pull request and just delete "vendor"; we have to install composer -is there a reason to let "vendor" in github?
Same Problem is here: https://apps.nextcloud.com/apps/dashboard/releases?platform=12#12 In this zip is the old vendor, e.g. a old fullcalendar-version. thats why calendar isnt displayed.
partially resolved by importing fresh fullcalendar-3.8.2.zip (nextcloud 12.0.5)
you also have to manually edit :
- templates/main.php to edit path to fullcalendar.min (without /dist/)
- js/calendar.js to change "lang" attribute to "locale" I also added "firstDay" attribute and removed .format(...) transforming on eventDate that were failed to pop-up the dialog that's all
after update ; #app-content-wrapper {display: flex} is a problem ; change it to display: contents but there seems to show no more events
Hey daita, a small modification of ./templates/main.php is required to display the fullcalendar component.
change Line 42 to: script('dashboard', '../components/fullcalendar/dist/fullcalendar.min');
change Line 47 to: $langFile = '../components/fullcalendar/dist/locale/' . $langCodeShort;
change Line 50 to: style('dashboard', '../components/fullcalendar/dist/fullcalendar.min');
Seems still the issue with 5.0, no calendar displayed at all on my up to date Nextcloud.
Also would it be possible to configure/toggle which calendars from the calendar app are displayed?