Hi Dan,
Thanks for the feedback. I hear what you are saying. I haven't actually thought about using the scheduler for my project - it didn't initially seem like a good fit.
> drag and drop moving is not enabled for such events
Does that mean it's actually configurable i.e. I _could_ turn it on if desired?
Let me briefly describe what I'm after.
I need an elegant way for a user to configure a weekly power-saving plan for a device. Each event i.e. a block in the calendar represents a phase during which the device sleeps. A typical configuration might be:
A) Mon/Tue/Wed/Thu 8pm-6am (the following day)
B) Fri 6pm-midnight
C) Sat/Sun full day
D) Mon midnight-6am
B-D actually form a single event
So, rather than giving the user an (initially empty) collection of "from day + time -> to day + time", each represented by dropdown, textfield, dropdown, textfield and add/remove/clone/move-up/move-down/etc. actions, I thought about using a stripped down week calendar as a more convenient UI component.
There can't be any overlaps or disabled areas as they wouldn't make sense for the use case.
Would the scheduler work for this?