jQuery UI Day-Calendar Widget
June 9, 2010 by Reboot · 2 Comments
I’m working on a generic calendar widget for event scheduling. It’s my first jQuery UI widget experience which I really like thus far. The calendar widget itself is a sort of complete re-implementation of the jQuery-Week-Calendar made by Rob Monie. However the week-calendar widget was end-of-life and no longer maintained.
A repository has been setup at Bitbucket: jQuery Day Calendar
Specs:
- Drag and drop events (which contains various resources).
- Slot-based event containers of variable length (variable event length).
- Both calendar and event components are jQuery UI Widget based.
- Supports the jQuery Theme Roller.
- Support all major browsers.
- Very reusable, should not be a one-trick-pony.
- Using multiple day-calendars would create something similar to the jQuery-Week-Calendar (maybe make another composite UI widget for it even).

nice nice, ga je er ook een mail functie inbouwen? dus met een auto reminder? wat je kan instellen dat hij een maand, een week en een dag van te voren een mail stuurt naar de persoon die een afspraak heeft (of personen)?
It’s pure ui only, back-end logic is up to you (or me) …