SvenFinke
SvenFinke

Reputation: 1254

Calendar using Javascript/ PHP/ mySQL

for a current webapp i need a "outlook-like" calendar... Here are some requirements for the calendar:

We need the calendar for the Zend Framework, so if the Calendar doesn't already support the ZF, the source needs to be editable!

do you know any calendar which fits my needs? or do you have any tipps for developing one by myself?

Upvotes: 1

Views: 17185

Answers (3)

Paul
Paul

Reputation: 1656

One more Outlook-like Javascript calendar that you might consider for your future projects is dhtmlxScheduler. It supports the features you mentioned and comes with the server-side PHP connector, a special layer that manages client-server data connection. dhtmlxScheduler is dual licensed: GNU GPL and commercial.

http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml

(disclaimer: I work for DHTMLX)

Upvotes: 0

benlumley
benlumley

Reputation: 11382

Nothing to say about it, as I've not yet used it, but saw this on Twitter the other day, and I think it may fit at least the Javascript part of the bill.

http://arshaw.com/fullcalendar/

Its a jQuery calendar, came over Twitter from john resig - who writes jquery.

Upvotes: 2

annakata
annakata

Reputation: 75824

Top tip for developing your own calendar: don't. Calendars are such a time sink, and non-trivial to write. If you need to ask for tips you'd be better off with an existing library component like you'll find in jQuery, dojo, etc..

This question has been asked many times here, links abound on other questions.

etc, etc...

Upvotes: 5

Related Questions