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

    Import ical to public calendar

    Kopano WebApp
    2
    3
    693
    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.
    • El Muchacho
      El Muchacho last edited by El Muchacho

      Hiho …
      … I need to create a public calendar with some predifined entries, delivered via an ics-file.
      I’ve tried to import them via context-menu in the public calendar . I can choose the ics and get a success-message but no entries are added to the calendar.

      Tried it with an personal calendar too … didn’t work too …

      The import via curl like described in the wiki worked for the personal calendar.
      But how to use this for a public calendar? This is missing in the wiki …

      Did I missed something?

      regards

      Rico

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

        @El-Muchacho

        Import via WebApp in public calendar works, but only the first entry is imported. That’s a limitation from Kopano-Core
        described here: https://jira.kopano.io/browse/KC-1291

        Via curl I would say change username and folder to public/foldername/

        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
        • El Muchacho
          El Muchacho last edited by

          Sry for my “fast reply” ;)

          The idea to use /public/public-calendar instead of username works like a charm ;)

          for example:

          # curl -u [kopano-admin user]:[password] -T [path to ics file] http://[kopano-ical-server]:8080/ical/public/public-calendar
          

          in my case:

          # curl -u [kopano-admin user]:[password] -T /home/support/feiertage_niedersachsen_2020.ics http://localhost:8080/ical/public/Feiertage%20Niedersachen
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post