for a current webapp i need a “outlook-like” calendar… Here are some requirements for the calendar:
- week-view for the appointments
- different appointment types
- direct display of the length and time of the date (like in googleCalendar)
- multiple appointments for the same time
- only using javascript, php and any DB
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?
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.
Best JavaScript Calendar control
What is the best calendar pop-up for populating a web form?
Creating A Javascript Calendar (Full, not pop up)
etc, etc…