Calendar using Javascript/ PHP/ mySQL
Posted
by
Gushiken
on Stack Overflow
See other posts from Stack Overflow
or by Gushiken
Published on 2009-04-30T07:41:55Z
Indexed on
2010/12/23
18:54 UTC
Read the original article
Hit count: 188
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?
© Stack Overflow or respective owner