CST Calendar - web based
Well this one has no PDA sync but is so simplistic you can easily get into 
the PHP source - or write your own stuff to manipulate the database.
Unfortunately I just checked and the home page is no longer up but I can 
give it to you (GPL & all that)
-rw-rw-r--    1 root     root          387 Nov  7  2002 calendar.def
-rw-rw-r--    1 grant    grant          77 Jul 18 18:01 check.php3
-rw-r--r--    1 grant    httpd         179 Jul 18 17:31 config.php3
-rw-r--r--    1 grant    httpd        4205 Jul 18 18:02 display.php3
-rw-r--r--    1 grant    httpd         199 Apr 12  2003 header.php3
-rw-r--r--    1 grant    httpd        1378 Jul 18 18:03 modify.php3
-rw-r--r--    1 grant    httpd        6491 Jul 18 18:04 operate.php3
-rw-r--r--    1 grant    httpd        5847 Jul 18 18:04 welcome.php3
It'd take about 10 minutes for the average administrator to setup. I added 
groups & automated email reminders & extra fields blah blah.
$ cat calendar.def
CREATE TABLE calendar (
  id int(11) NOT NULL auto_increment,
  username varchar(255),
  stamp datetime,
  subject varchar(255),
  description blob,
  finish datetime,
  PRIMARY KEY (id)
);

I explored having it email appointments in ICAL format to Evolution but 
ran out of time.

On Tue, 11 Nov 2003, Peter Rundle wrote:

> Sluggers,
> 
> I'm looking for a shared desktop calendar solution for a small office 
> (10users). Obviously has to run on Linux. Main critera is that calendars 
> can be shared and that PDA devices (as yet not specified) can be 
> synchronised.
> 
> There seems to be two main approaches. The dedicated calendar client 
> application (eg Mozilla calendar) and the calendar as a web service.
> 
> Interested in any opinions re  what  works, what doesn't,  
> recommendations , horror stories etc. Links to pages of advice etc.
> 
> 
> Thanks
> 
> P.
> 
>  
> 
> 
> 

-- 
---<GRiP>---
Electronic Hobbyist, Former Arcadia BBS nut, Occasional nudist, 
Linux Guru, SLUG/AUUG/Linux Australia member, Sydney Flashmobber,
BMX rider, Walker, Raver & rave music lover, Big kid that refuses
to grow up. I'd make a good family pet, take me home today!
        Do people actually read these things?


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to