can we show Time vertically in Timeline view
when the user edits a recurring appointment , a pop comes which ask the user to either edit a occurrence or series of that appointment. The content inside the appointment editor is based on which option is selected. Since the user can press (x) of occurrence or series popup. The event for cancel is becomes a necessity.Kindly provide cancel event of that popup.
When editing a recurring event it can occur than the POST call (the one that creates the exception) finishes well, but the PUT one fails. In this case the exception is created but the new event is not created, causing that the final user thinks that the event disappeared (and causing an inconsistency in database). It would be great if the scheduler could be configured to make one single call with the data of the master event and the new one in the same post, atomicly. Moreover, if it is needed to perform remote validation when resizing or moving one event of a serie (the same scenario as the previous one) it would be much more easier to do it with that single call model.
Add a property to the Kendo Scheduler called something like allowOverlap (true/false) as an easy way to allow or disallow overlapping events based on event start & end on the scheduler timeline. An alternative could be an "onOverlap" event. Thanks
We can get a string like FREQ=MONTHLY;INTERVAL=2;COUNT=2;BYMONTHDAY=19 but it would be great if there was an option to get a more readable format of the recurrence for labeling purposes (if you cannot already, I cannot find any documentation saying you can). Like, 'Recurring Every 2 months on the 19th, twice' or some such.
In the scheduler add the posibility to draw events in event (parent/child). The child will be limited by the dates on its parent.
Currently, the moveEnd handler contains e.slot and e.resources objects to provide information about the slot where the event was dropped. Please add the corresponding fields to the moveStart handler to identify where the move began.
my dea is Timeline Month ,but no need to time phasing
To select multiple events from different groups in kendo ui scheduler with angular js, but currently it only allows multiple events selection in same group.
In date pickers in scheduler and occurence editor to easily be configured to show week numbers.
When using the Scheduler with multiple resources, the day, week and work week views become unresponsive as a result of the view loading all of the resources. The following dojo demonstrates this http://dojo.telerik.com/EvEROL It would be good if the Scheduler could be configured to allow virtual scrolling so that resources can be loaded at the point of scrolling down the view. An example of why this might be required is: - You have two lists of resources, one for projects and one for staff - You would like to group the events by resource and see which member of staff they are assigned to and to which job they belong to. - This would allow you to easily re-assign events to different members of staff or to different projects by dragging and dropping.
Currently events >24h are automatically shown in the all day area. This is confusing if the event starts or ends somewhere during the day. E.g. it starts at 5 p.m. on tuesday and ends on 11 a.m. on thursday. Noone knows when the resource is really available if the event is shown as all day from tuesday to thursday. There should be an option to turn that behaviour off and show such events as regular events. Maybe the only thing needing change is this line in _renderEvents: var isMultiDayEvent = event.isAllDay || event.end.getTime() - event.start.getTime() >= MS_PER_DAY;
The user might cancel moving an element by pressing the ESC key, but there is currently no event raised by the scheduler when this happens.
The user should be able to select multiple events at the same time by pressing the control key. At the moment this can not be done. The following example shows the issue: http://dojo.telerik.com/udItE -> It is not possible to select events from Meeting Room 101 and Meeting Room 201 at the same time. This feature would make it possible to swap events from different groups. For example, swap the meeting rooms of two events.
Scheduler events with long duration tries to refresh view area in IE and jumps to start position of event, However it works ok in chrome, it will be great if IE also behave smoothly as we see experience in Chrome. It will make dragging events by their last edge more smoothly.
The RFC for iCal supports up to a recurrence at the second level. While I think that is too much, you should be supporting recurrence at the minute level. The Windows Task Scheduler supports this, as well as Linux/Unix Cron. If you are using the Scheduler Widget as a UI for a job/task scheduling system, then having the ability to schedule at the minute level is important. This is related to the feedback request to "Add hourly recurrence editor to Scheduler".
Refer to : http://www.telerik.com/forums/setting-recurrance-messages-from-variable To allow multiple language support it should be possible to define the recurrenceeditor messages in the template to use an external source rather than having to hard code 1 set of messages.
The cursor jumps on the screen (and takes no action) when you try to right click on the screen and modify an event. See the video: https://goo.gl/44HtR9
Being able to highlight a specific date in the Scheduler (not necessarily today) that will be visible regardless of the view the user is using.
Scheduler should support template directives for the group header template option.