Difference between revisions of "Set up a web calendar"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 16: Line 16:
  
 
= See also =
 
= See also =
 +
* [[webmail]]
 
* [http://rc-calendar.lazlo.me/ calendar for RoundCube]
 
* [http://rc-calendar.lazlo.me/ calendar for RoundCube]

Revision as of 14:21, 28 March 2010

This article describes how you can set up a web calendar that you can access with a browser. We use the squirrelmail web calendar. A precondition for this tutorial to work is that you have set up web mail as described in squirrelmail.

Download from http://www.squirrelmail.org/plugin_view.php?id=239, then

tar xvzf calendar_file_backend-1.0-2.0.tar.gz
cd calendar_file_backend

Read the file README. Then configure the calendar plugin:

cd /srv/www/htdocs/mail/plugins
./configure

choose Plugins -> Calendars, then save and quit.

Where is the calendar file

For backup purposes or when you want to use another computer, you need to know where your calendar is stored. It is in your data directory, that can be one of:

/var/data/myuser.2008.cal
/var/local/squirrelmail/data/myuser.2008.cal

For the user myuser and the year 2008.

See also