Does anyone have any recommendations for a php shared calendar (preferably with user authentication)?
For the church website, I have a message board (phpBB2) and online photo album (phpwebalbum) but would really like a shared event calendar that at the very least the team leaders could post events to.
Awsome PIM!
-- Michael Pratt IT Support Nova Blue Inc. http://www.nbmap.com
---------- Original Message ----------- From: "Jon Moss" jon.moss@cnonline.net To: kclug@kclug.org Sent: Thu, 26 Aug 2004 11:27:41 -0400 (EDT) Subject: php shared event calendar suggestion
------- End of Original Message -------
I used Mozilla Calendar and Apache's WebDAV module with htaccess and phpicalendar.
PHPICalendar: http://phpicalendar.net/forums/ WebDAV: http://www.webdav.org/mod_dav/ Mozilla Calendar: http://www.mozilla.org/projects/calendar/
Basically Mozilla Calendar processes a calendar into the iCal file format, and syncs it up with an iCal file through WebDAV in Apache, and you authenticate with htaccess (which could be PAM, LDAP, etc). Then, PHPICalendar parses the iCal files into a cool looking calendar.
Jeremy
I have setup WebCalendar for my team at work to use to keep track of different events. It uses MySQL and PHP and has a simple user interface.
http://www.k5n.us/webcalendar.php
On Thu, 2004-08-26 at 13:23, Jon Moss wrote:
How about PHP Groupware or Opengroupware.org?
---------------------------------------------- Somewhere there is a village missing an idiot.