Table of Contents
|
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.
In this document, we assume the following:
apt-get install php4-pear
You can also use php5 package.
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
Launch your thunderbird application.
https://youhost/yourhorpath/kronolith/ics.php?c=uid
or
https://youhost/yourhorpath/kronolith/ics.php?c=uid.ics
Then you should see you calendar.
First way done.
To publish it:
https://youhost/yourhordepath/rpc.php/kronolith/uid
or
https://youhost/yourhordepath/rpc.php/kronolith/uid.ics
Then it should work.