Tonys
Tonys

Reputation: 3399

Is there a javascript/jquery implementation of a day-calendar scheduler like tungle.me

I'm looking for an implementation of a single-day calendar view - like a daytimer - and ideally allowing selecting a block of time by mouse / touch dragging

Upvotes: 0

Views: 1094

Answers (2)

josh3736
josh3736

Reputation: 144912

Look at FullCalendar's week view.

http://josh3736.net/images/fullcal.png

Upvotes: 1

Diodeus - James MacFarlane
Diodeus - James MacFarlane

Reputation: 114377

There is a library that runs on top of EXT.JS called Bryntum Ext Scheduler that does this. This is not some trivial piece of code - it is a complete calendar UI system that supports multiple views and complex data linking and events.

I've worked with EXT.JS and Scheduler and it is by far one of the best frameworks available. It may be overkill for simple projects - but for enterprise applications it is money well spent.

EXT.JS = $595

Scheduler = $350

Upvotes: 1

Related Questions