eGroupware & iCal (iCalSrv)
Par lemmings le mercredi, juillet 4 2007, 00:03 - Technology - Lien permanent
Un calendrier accessible depuis n'importe où y compris depuis votre logiciel favoris ? C'est possible avec eGroupware & iCalSrv ! Suivez le guide...
Installation
Avec une installation eGroupware 1.4.001 existante :
- Télécharger eGroupWare-icalsrv-1.4.001.zip
- Décompresser le fichier dans le repertoire du serveur web ou se trouve le repertoire "egroupware", une fois décompresser le fichier icalsrv.php et le repertoire icalsrv/ doivent s'intégrer au repertoire egroupware existant
- Installer le module via l'interface administration http://myserver/egroupware/setup

- Activer le module apache mod_actions
a2enmod actions
- Modifier la configuration d'apache pour y ajouter :
<Location /egroupware/icalsrv.php> Script PUT /var/www/egroupware/icalsrv.php AddHandler ical/ics .ics Action ical/ics /var/www/egroupware/icalsrv.php AcceptPathInfo On Order allow,deny Allow from all </Location>
- Activer l'application pour les utilisateurs qui peuvent l'utiliser

Pour vérifier le bon fonctionnement, vous pouvez utiliser l'adresse suivante : http://myserver/egroupware/icalsrv.php/list.html

Utilisation
Avec thunderbird :
- Installer le module Mozilla Lightning"
- Ajouter un calendrier "réseau" ayant pour adresse http://myserver/egroupware/icalsrv.php/default.ics
Références
- http://www.egroupware.org/index.php?page_name=sync&wikipage=IcalSrv : Page officiel du module, malheureusement pas claire du tout !
- http://www.xs4all.nl/~jvl/software/egroupware/icalsrv/html/index.html : Documentation d'installation
