Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    calendar doesn`t show up

    Kopano WebApp
    5
    12
    3119
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fbartels
      fbartels Kopano @ThorstenS last edited by

      @ThorstenS yes, that indeed sounded like an issue with the stored settings. Too bad you have already reset them. If it happens again you can export your webapp settings with kopano-backup and send that in to have it examined.

      Regards Felix

      Resources:
      https://kopano.com/blog/how-to-get-kopano/
      https://documentation.kopano.io/
      https://kb.kopano.io/

      Support overview:
      https://kopano.com/support/

      1 Reply Last reply Reply Quote 0
      • ThorstenS
        ThorstenS last edited by

        Hi Felix,

        of course kopano-backup is running every night with bareos ;-)
        Which file do you want to examine ?

        Grüße
        /thorsten

        1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano last edited by

          The WebApp settings are part of the file called “store”. Probably better to send this in via a support case or to feedback@kopano.io.

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          1 Reply Last reply Reply Quote 0
          • marty
            marty Kopano (Inactive) last edited by

            Hi ThorstenS,

            I’ve moved the topic to the “WebApp” space.

            When an invalid setting is set in your calendar settings the rendering of canvas will fail. Since the list view is no canvas the issue does not occur there.
            If you happen to stumble upon this issue again try to execute this in the developer console:

            container.getContextByName('calendar').model.groupings = undefined
            

            We recently fixed an issue with calendar groupings (this will be part of the 3.3.0 beta1 release)
            https://jira.kopano.io/browse/KW-978

            https://documentation.kopano.io/deskapp_admin_manual
            http://documentation.kopano.io/webapp_smime_manual
            https://documentation.kopano.io/webapp_admin_manual

            1 Reply Last reply Reply Quote 3
            • ThorstenS
              ThorstenS last edited by

              thanks marty - I bookmarked this post in my ticket system.
              Next time it occurs, I know how to deal with it. :thumbsup:

              1 Reply Last reply Reply Quote 0
              • mdoehle
                mdoehle last edited by mdoehle

                My way to fix this problem:

                1. Download the tools backup-settings.py and restore-settings.py from:
                  https://github.com/zarafagroupware/zarafa-tools/tree/master/webapp

                2. Read out the settings of the user

                  python backup-settings.py <USER>

                3. Edit the json File und delete following lines:
                  “active_group”: “group-<???>”,
                  “groupings”: [],

                4. Restore the settings

                python restore-settings.py <USER>

                1 Reply Last reply Reply Quote 2
                • ThorstenS
                  ThorstenS last edited by

                  This time I used webapp_settings.py from here:
                  https://kb.kopano.io/display/WIKI/Backup+and+restore+WebApp+settings

                  • webapp_settings.py --user $USER --backup
                  • vim $USER.json
                    • delete active_group
                    • delete groupings
                  • webapp_settings.py --user $USER --restore

                  calendar shows up again.
                  mission accomplished :first_place:

                  1 Reply Last reply Reply Quote 1
                  • marty
                    marty Kopano (Inactive) last edited by

                    Hi Thorsten,

                    If you experience such issues in the latest WebApp, I want to have a look at these settings.
                    You can send the settings to feedback at kopano dot com.

                    Thanks :)

                    https://documentation.kopano.io/deskapp_admin_manual
                    http://documentation.kopano.io/webapp_smime_manual
                    https://documentation.kopano.io/webapp_admin_manual

                    1 Reply Last reply Reply Quote 0
                    • isol
                      isol last edited by

                      It seems we have a similar problem. I just saw this when trying to track a problem with invitations sent from Outlook - I could not see any calendar. Sometimes I get it to work in list view, but the “real” calendars show nothing or “loading”. Is that the same error? How can we diagnose?

                      1 Reply Last reply Reply Quote 0
                      • isol
                        isol last edited by

                        I just saw we still have 3.2.0, I will update to 3.3 and report if the problem goes away.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post