Use case: A workorder needs to be scheduled. It requires a primary resource (vehicle, meeting room) to which multiple additional resources are added (people, equipment). Each resource could be added to the workorder's timeline together with inheritance of schedule, or independently.
Allow the sorting of all day events in day / week views and allow sorting of events in month view as well. A lot of all-day events have the same start and end time, it would be nice to be able to sort them on another field in my model.
Can you add a Status Bar to scheduler appointments as per the winforms scheduler & Outlook.
EXRULE, RDATE recurrent rules for Sheduller as described in RFC5545
Resources could be working for an organization or multiple organizations (i.e. doctor rounding multiple hospitals). It would help to have another level or multiple levels on top of Resources so they can be filtered. i.e. I can select Hospital A and then select all the doctors (resources) under Hospital A and look at all schedules for that resource.
The Scheduler allows you to add resources to the default event form. It would be nice to be able to bind these resources to objects within a custom edit template. See this forum post for more details where Alex has given a workaround.... http://www.telerik.com/forums/can-you-use-resources-for-edit-templates
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
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 user might cancel moving an element by pressing the ESC key, but there is currently no event raised by the scheduler when this happens.
In date pickers in scheduler and occurence editor to easily be configured to show week numbers.
my dea is Timeline Month ,but no need to time phasing
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.
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.
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.
Having the ability to setup a recurrence outside of the scheduler would be nice. The ability to use recurrences for other things that don't make sense showing up on a scheduler. An example would be setting up a an email subscription. I want it to recur, but I don't need to see it on a calendar.
Hi, We have a requirement where in, we would like to have rolling view for the standard timeline views (timelineweek & timelineMonth). What i mean by that is, the start-date of the view starts from the current date and the end date is based on whether its a week or a month. For instance, if its the timeline week, if the current day is Wednesday, the start day of the week must be the current Wednesday and the end should be the next week's Tuesday. The navigation from there should be the next Wednesday to the next corresponding Tuesday. Now if the user navigates to a day via the calendar, for instance a Thursday. The view must start from a Thursday and end on a Wednesday. The same applies for the timelinemonth view as well. Only change would be, in the case of the month, its the date and not the day. Currently this can be achieved by creating a custom-view by extending the standard views. It would be really helpful if this is available as toggle/setting in the standard view. Thanks, Shashank
Your recent feature to allow the start and end times to be altered in a timeline view so that you can configure an overnight view is very useful. Could the same facility be provided for the Day, Week and WorkWeek views.
When setting a timeline view to display as an overnight view have an option to highlight the midnight timeline. This is currently only possible via a complex set of css rules... you could have something like... highlightTime: {time: 0, color:#ff0000} where time is the timeline that needs to be highlighted and color is the color the line should be.
In some scenarios it is required to validate if the edited event model property matches a certain condition. If this is not the case, the recurrenceEditor popup needs to be prevented from showing.
Currently the Scheduler does not provide a beforeEdit event that allows such behavior to be achieved.
It would be great if it could be blocked
example in the image