WebCal provides a Web interface to a similar shared calendar. Every user can read what other people have added and, if the script is configured to do it, can modify each other's entries. WebCal has two primary views: the month view and the day view. Varying levels of security are configurable. For example, WebCal can be made to be viewable by anyone or by authenticated users only. Items within the calendar database can be made to be modifiable or deletable only by the person who posts them or by everyone.
WebCal is a free browser based calendar program to help you keep track of your appointments, meetings, birthdays, whatever! It uses perl based cgi scripts to generate all the web pages. It gives you the choice of using a flat file database system with file locking to store the data, , or MySQL or PostgreSQL databases for calendar data. It also uses a bit of Javascript to tie things together. All you need is a unix box, perl, and a webserver to try it out.
After you install this script, your guests will be able to build their own calendars at your site. they will be able to edit their calendar anytime to change the title, the color scheme, the administration password and the list of valid users. valid users can add, edit and delete only the calendar events that they have entered, while the adminstrator can update all entries.
Perl EKCal is a CGI script written in Perl. It displays a month/date
calendar of the current/particular time in Chinese/English/German/French
language.
events is a CGI library designed to help you when you have a web site displaying any kind of dates, be it birthdays, parties, services, workshops or whatever. events helps you to build an automated list of all events or display the next event automatically.