admin管理员组

文章数量:1290104

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?

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?

Share Improve this question asked Apr 30, 2009 at 7:41 SvenFinkeSvenFinke 1,2543 gold badges15 silver badges30 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 5

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 ponent 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...

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./fullcalendar/

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

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

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

(disclaimer: I work for DHTMLX)

本文标签: Calendar using Javascript PHP mySQLStack Overflow