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?