Unplanned
Last Updated: 08 May 2020 11:13 by ADMIN

Hi 
I would like an extended feature to the iCal button that you get with RadScheduler which just deliver the one ical file type,
however it is typical on many event sites to offer alternative formats such as "[Google Outlook iCal Yahoo Apple]" because a user might be on an iPhone and so the text format might have the header information changed to make it natral for an iOS user, where as on an Android device making it natral to a google calendar would be a better fit.

It would be useful in the UserAgent was sniffed to offer a selection that is a natral fit of that environment.
An optional cookie could be left behind on that device to inform the control of the users preference so that is the head of the list.

This means that if Zoom or EventBrite used such a control (which they do) it would mean that your UI offers calendar events that connect to you, and so your UI is a little more sticky. 
Sure we can say that the iCal control would do, as many calender's can cope, we could also show the button offering all the major brands and just render exactly the same content then its user error if the appointment not saved.  But because Telerik is a leading UX brand, we don't want to know its an ical file we just want it to be a friction-less perfect fit into the users' calendar - they don't need to think it just gets done.

Thanks.
Doug

RE:
https://pages.jetbrains.com/dotnet-days-2020/web 
https://splashthat.com/ 
https://support.google.com/calendar/thread/3231927?hl=en

Unplanned
Last Updated: 16 Sep 2019 12:36 by ADMIN
Unplanned
Last Updated: 29 May 2020 15:47 by ADMIN
I'm working on a project where I use RadScheduler TimeLineView (Grouping by resource) and one of the requirements is that they need the appointments that share a single resource to appear on the same row, instead of the current behaviour where they show on multiple rows.
I believe adding that feature to the scheduler would give a lot of flexibility in such situations.
Thank you very much
Unplanned
Last Updated: 30 Apr 2020 13:09 by ADMIN
Created by: Alla
Comments: 5
Category: Scheduler
Type: Feature Request
2
Please add holiday functionality to RadScheduler - for ASP.NET Ajax, similar like you did for WinForms. Thanks!
Unplanned
Last Updated: 29 May 2020 14:40 by ADMIN
The ASP.Net RadScheduler does not currently support recurring events in minute intervals (for example, every 15 minutes). Please add support for this. The feature would behave similarly to the feature in WinForms RadScheduler (Winforms RadScheduler does support minute interval recurring events). Thank you.
Unplanned
Last Updated: 31 Jan 2019 09:13 by Tanu
The RecurrenceRule does not have the correct Exceptions when modifying the series. The behavior in Outlook is to clear all exceptions when modifying the series. The behavior in Google Calendar is to consider the exception and modify the recurrence rule accordingly.

Create a recurrence appointment (starts on 20th Feb at 8:00 am, recurring daily), whose recurrence rule will be stored in the database as (Picture 1):

DTSTART:20180220T080000Z
DTEND:20180220T083000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU

Further, I create an exception on 23rd Feb, which changes the start time to 8:15 am. This now, in Addition to inserting a new record for the exception, updates the master's recurrence rule to (Picture 2):

DTSTART:20180220T080000Z
DTEND:20180220T083000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
EXDATE:20180223T080000Z

So far, so good. Now I edit the master and change its start date to 19th Feb. I expect, that the master keeps the exception for 23rd, but the result is another one. The exception record is kept unchanged as expected! BUT the EXDATE in the master is wrong (Picture 3):

DTSTART:20180219T080000Z
DTEND:20180219T083000Z
RRULE:FREQ=DAILY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
EXDATE:20180222T080000Z
Unplanned
Last Updated: 07 Jan 2021 15:27 by ADMIN
Created by: Andreas
Comments: 0
Category: Scheduler
Type: Feature Request
1
When working with All-day appointments, it would be really nice to be able to resize them in the week view.

In some cases when only working with All-day appointments, we were able to hide the time part of the Scheduler control entirely, but in this case the week view is almost pointless since our end users want to resize appointments a lot!
Unplanned
Last Updated: 28 May 2021 17:29 by ADMIN
Created by: Mandar
Comments: 0
Category: Scheduler
Type: Feature Request
0
VisibleAppointmentsPerDay property is not visible for ASP.NET AJAX RadScheduler Weeklyview, I need it for Weeklyview, 

this is present in MonthView of Radscheduler

I need to show the more link for weekly view  view if a certain limit is reached for number of appointments for a day of the week


Regards

Mandar




Unplanned
Last Updated: 23 Aug 2019 09:49 by ADMIN
Created by: Neil Green
Comments: 1
Category: Scheduler
Type: Feature Request
2
To have a HeaderCreated option for the RadScheduler to allow you to customise the header in timeline view.
Unplanned
Last Updated: 09 Jun 2016 15:29 by ADMIN
Unplanned
Last Updated: 09 Mar 2016 09:51 by ADMIN
Review the attached sample. The timeline is split into 356 slots. When there is an appointment with start time out of business hours it is placed on two slots instead of one. 
Unplanned
Last Updated: 28 May 2021 14:41 by ADMIN
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.
Unplanned
Last Updated: 28 May 2021 14:39 by ADMIN
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.
Unplanned
Last Updated: 19 Aug 2015 13:08 by ADMIN
Unplanned
Last Updated: 01 Aug 2016 14:15 by OMAR
Created by: OMAR
Comments: 0
Category: Scheduler
Type: Feature Request
3
RadScheduler RTL Support
Unplanned
Last Updated: 14 Sep 2016 20:42 by Mark
Created by: Mark
Comments: 3
Category: Scheduler
Type: Feature Request
8
For a planner, it's very normal to have a list of tasks to be finished.
And with each task, it will require different type of resources.

In my case, the resource is the employee, which can have different skill sets.
I want to be able to select the task, and based on the skill required by the task, to filter the employees as resource. Then based on the availability of the filtered employees, assign specific task to a specific employee.

I think it's nature of the process for planning and scheduling.

For some reason, radscheduler rebind on client side can't update the resource. According to Telerik's feed back, it seems only way to achieve this is to do a post back(partially by ajaxmanager or full).

I am hoping it can be done as radgrid.
Unplanned
Last Updated: 13 Jun 2014 12:37 by ADMIN
Unplanned
Last Updated: 28 Apr 2014 10:23 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: Scheduler
Type: Feature Request
2

			
Unplanned
Last Updated: 17 Oct 2020 16:08 by Doug
ADMIN
Created by: Plamen
Comments: 3
Category: Scheduler
Type: Feature Request
6

			
1 2