6.0.0-git
2024-04-24
Last Modified 2007-06-08 by Guest

Table of Contents

  1. Ical!HowTo using Sunbird ou Thunderbird/Lightning
    1. Document Standards
    2. On debian.
    3. HTTP_WebDAV_Server.
    4. Test it.

Ical!HowTo using Sunbird ou Thunderbird/Lightning


This document is intended to help administrators configure various parts of horde to link a calendar application with Kronolith. Please feel free to fill in any gaps or to clarify any existing information presented here.


Document Standards

In this document, we assume the following:

  • The lastest table version of Horde and Kronolith.
    • A working version of Horde and Kronolith.
    • A working version of Sunbird ou Thunderbird/Lightning extension.

On debian.

  • Install php pear package as follow:


apt-get install php4-pear

You can also use php5 package.

HTTP_WebDAV_Server.

Then to make sure pear is working:


pear config-show

You now need to install the pear HTTP_WebDAV_Server package


pear install HTTP_WebDAV_Server

If you get an error, you should probably change the preferred_state to beta then back to stable


pear config-set preferred_state beta

pear install HTTP_WebDAV_Server

pear config-set preferred_state stable

Test it.

Launch your thunderbird application.

  • Go to calendar
    • New ->
    • On the Network ->

https://youhost/yourhorpath/kronolith/ics.php?c=uid

or

https://youhost/yourhorpath/kronolith/ics.php?c=uid.ics

It should ask you for user and password.

Then you should see you calendar.

First way done.

To publish it:

  • Right click on your new calendar.
    • Publish Calendar

https://youhost/yourhordepath/rpc.php/kronolith/uid

or

https://youhost/yourhordepath/rpc.php/kronolith/uid.ics

I can read my calendar perfectly but not publish. My apache get a 404 or 403.

Then it should work according to this:

http://lists.horde.org/archives/kronolith/Week-of-Mon-20060130/005859.html