Mass Import of Calendar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somnium

    #1

    Mass Import of Calendar

    Hi,

    is it possible to "mass import" holiday-icals for all users?
  • Martin Heiland
    Open-Xchange Quality Assurance
    • Feb 2007
    • 3695

    #2
    Hi,

    you can import ical files to calendars through the API or the user interface. What exactly do you mean with "for all users"?

    Greetings

    Comment

    • somnium

      #3
      What exactly do you mean with "for all users"?
      Hi,

      "for all users" means that i want to import holidays with only one import and every user has the holiday-dates in his calendar. Is it possible?


      PS:
      How can i run the report-client behind a proxy? it's java and ignores exported env variables. can i call you in Olpe? We have bought OX support last month...

      Comment

      • Martin Heiland
        Open-Xchange Quality Assurance
        • Feb 2007
        • 3695

        #4
        Well, there is no holiday-importer, this data can only be imported per-user not for all users at once. You might try to set the ox users as participants of the appointment and import it.

        About that proxy issue, you might contact the support.

        Greetings

        Comment

        • janny_buh
          Member
          • Apr 2009
          • 68

          #5
          Originally posted by somnium View Post
          How can i run the report-client behind a proxy? it's java and ignores exported env variables.
          I've "resolved" the problem by putting proxy configuration in the JVM net.properties file (for my installation, this is located under /usr/lib/jvm/java-1.5.0-sun-1.5.0.22.x86_64/jre/lib/)

          http.proxyHost=XXXX
          http.proxyPort=XXXX
          http.nonProxyHosts=localhost|127.0.0.1|XXXX

          https.proxyHost=XXXX
          https.proxyPort=XXXX

          Comment

          Working...
          X