Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

calendar is not displayed #4

Open
julio1501 opened this issue Jul 26, 2017 · 5 comments
Open

calendar is not displayed #4

julio1501 opened this issue Jul 26, 2017 · 5 comments

Comments

@julio1501
Copy link

julio1501 commented Jul 26, 2017

Dashboard cannot display calendar (v. 1.5.3)

@FBalduin
Copy link

-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.

@cyrg38
Copy link

cyrg38 commented Feb 3, 2018

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

@cyrg38
Copy link

cyrg38 commented Feb 10, 2018

after update ; #app-content-wrapper {display: flex} is a problem ; change it to display: contents
but there seems to show no more events

@tuxedo-rb
Copy link
Contributor

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');

@poVoq
Copy link

poVoq commented Jun 29, 2018

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants