quick question concerning calendars

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

    #1

    quick question concerning calendars

    Is it possible to import an ICS calendar into a pulic folder created calendar instead of importing directly into a users calendar?

    Also is it possible to wipe a users default calendar clean (remove all task and appointments)
    so it is fresh again.


    thank you

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

    #2
    Hi,

    With Open-Xchange 6.12 (next major release) importing to all folders will be possible. We aim to release it this month.

    The HTTP API offers a call to clear folders, see: http://www.open-xchange.com/wiki/ind...er.27s_content
    This call can be made by any client that speaks HTTP and provides a valid cookie and a valid session. There is no switch at the user interface to perform this action.

    Greetings

    Comment

    • mieze245

      #3
      hmm Im not sure I understand. Is the PUT /ajax/sync?action=refresh_server command executed in the terminal or though HTTP while the user is logged on.

      Can the calender be exported in ICS format?


      thank you

      J.

      Comment

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

        #4
        Hi,

        this command is executed by any http client, which could be a browser with a valid session for the user or any http capable client at a program or script. The user interface does not offer a button to perform this call.

        It is possible to export calendars through ox-server/servlet/webdav.ical but there is not a option at the user interface right now. With 6.12 we added such a user interface switch for contact data (vcard/csv)

        Comment

        Working...
        X