I am looking for some tools or examples of code to help me build something that looks and behaves somewhat like a cable program guide. The general idea is that this will be an administration UI to schedule assets on individual channels. Scheduled assets cannot overlap on any given channel.
I found at least one decent looking scheduler (dhtmlxScheduler) but I fear that it will not be flexible enough for me to tweak to my liking. So I think I might need a more generic solution that I can bend in the direction I need it to move.
I would hate to resort to Flex for this but it might be my best bet. Any suggestions are welcome.
Here’s a very powerful scheduler http://www.ext-scheduler.com/
Many examples on this page, http://www.ext-scheduler.com/examples.html
It’s not free and it requires ext-js. However, it’s well designed, customizable and pretty.