Feature Request: Add the ability to RadScheduler to set start and end time for each day-of-week and off days for a week, month, year. Serverside and Clientside.
The managed API has been out for a couple years now and is accepted as the way to use EWS vs the proxy class now.
When the start date of a series is changed, the exceptions from the series (like when deleting an occurrence) are moved along with the series. This is not always the expected behavior, because in some cases the exceptions should stay in place (because they are holidays for example). It is also an issue because the users don't understand why some exceptions have disappeared, or why other exceptions have appeared. I would suggest that the end user be presented with an option to: keep the exceptions in place, move the exceptions or delete the exceptions (like Outlook does) when he changes the start date. If the exceptions should be handled the same way always, the developer could specify the handling way, and then the user would not be alerted.
Currently the RadScheduler is capable of binding to a web service, as described at http://docs.telerik.com/devtools/aspnet-ajax/controls/scheduler/web-service-binding/overview. This functionality requires the creation of a web service and custom provider classes. Please create an option to bind directly to the Sharepoint Lists.asmx web service with client side mark-up identifying the calender and the view to be displayed. This will require authenticaiton either by pass-through, anonymous user account, or a specified service account.
When setting ResourceMarkerType to "Bar" or "Block" on the AgendaView mode of the Scheduler, it would be useful if the marker would show the background and border colors that were specified in the ResourceStyleMapping section of the scheduler. As it is now, it only takes the css class that was assigned to the resource type. In our application the user can specify any color for each resource type using a colorpicker.
This doesn't work: apt.Description = DescriptionText.Text;
We are trying to Add Border for the current date in the RadScheduler using OnTimeSlotCreated event with the following code: e.TimeSlot.Control.Style.Add("border-left", "solid 1px !important"); e.TimeSlot.Control.Style.Add("border-right", "solid 1px !important"); e.TimeSlot.Control.Style.Add("border-right-color", "Red !important"); e.TimeSlot.Control.Style.Add("border-left-color", "Red !important"); This is causing a shift to the appointments , please see screenshot. Telerik Version: 2014.3.118.40, IE 9.0. Ccan you suggest if there is any other way to add border or we need to upgrade the controls to a newer version? Thanks, Rahul P.S I found similer unresolved issue at: http://www.telerik.com/forums/timeline-view-doesn-t-line-up-correctly