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" [email protected] To: [email protected] Sent: Thu, 26 Aug 2004 11:27:41 -0400 (EDT) Subject: php shared event calendar suggestion
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.
-- Thanks very much,
Jon Moss [email protected] _______________________________________________ Kclug mailing list [email protected] http://kclug.org/mailman/listinfo/kclug
------- End of Original Message -------
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.
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'll definitely look into it. I'm looking at eGroupware too, although I think that's more than I need right now.
Thanks again - Jon
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.
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
Kclug mailing list [email protected] http://kclug.org/mailman/listinfo/kclug
This message was scanned by GatewayDefender 2:19:08 PM ET - 8/26/2004
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:
I'll definitely look into it. I'm looking at eGroupware too, although I think that's more than I need right now.
Thanks again - Jon
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.
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
Kclug mailing list [email protected] http://kclug.org/mailman/listinfo/kclug
This message was scanned by GatewayDefender 2:19:08 PM ET - 8/26/2004
How about PHP Groupware or Opengroupware.org?
---------------------------------------------- Somewhere there is a village missing an idiot.