tags:

views:

2756

answers:

4
A: 

If you're willing to make a custom one take a look at the PHP calendar book.

Unfortunately I haven't used any of these myself.

Ross
Thanks, but I was looking for something that was more complete.
Sajee
+1  A: 

You can use the JQuery's datepicker:

homepage: http://www.kelvinluck.com/assets/jquery/datePicker/

demos: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/

As for a comprehensive calendar organizer unfortunately I don't know.

Alexandru Luchian
It looks like there's an official JQuery datepicker: http://ui.jquery.com/repository/latest/demos/functional/#ui.datepicker
Sajee
+1  A: 

I use DHTML Calendar. It works everywhere and is easily skinnable and also comes with some very nice skins (other than the ugly demo on their site).

Regarding the full calendar, have you thought about integrating with Google Calendar? They have already done all of this and of course it's completely browser compatible.

Darryl Hein
I'll take a look at Google Calendar and if the programming effort is not cumbersome, I'll probably use it. Thanks.
Sajee
Darryl Hein
A: 

FullCalendar provides a pretty flexible month-view, but not a week view. Might be able to extend it though.

arshaw