Unplanned
Last Updated: 12 Aug 2022 06:01 by Holger
Created by: Holger
Comments: 0
Category: Scheduler
Type: Bug Report
1

I have created an event series with the following RecurrenceRule:

RecurrenceRule = "FREQ=DAILY;BYDAY=MO,TU,WE,TH,FR"

However, it looks like the collection of days is not taken into consideration and the events are created for every day of the week as if I have only set:

RecurrenceRule = "FREQ=DAILY"

---

ADMIN EDIT

---

A possible workaround for the time being is to use  "FREQ=WEEKLY" and extend the occurrence to the desired days of the week. For example, targeting the "Morning run" appointment: https://blazorrepl.telerik.com/cQuiFGOK01nSotIT28.

Duplicated
Last Updated: 26 Jul 2022 08:40 by ADMIN
Created by: Rick
Comments: 3
Category: Scheduler
Type: Feature Request
1
This ticket is similar to this ticket. We are needing the scheduler control with various timeline views, most importantly with the Month View.
Unplanned
Last Updated: 30 Jun 2020 14:21 by ADMIN
Created by: How PK
Comments: 3
Category: Scheduler
Type: Feature Request
1
I would like to be able to set overnight display for the Scheduler, for example, to see overnight working shifts. 
Duplicated
Last Updated: 30 Aug 2022 07:04 by ADMIN
Created by: web
Comments: 0
Category: Scheduler
Type: Feature Request
1
Support workweek SchedulerView in Scheduler
Unplanned
Last Updated: 27 Jan 2022 10:06 by ADMIN

Currently, creating an appointment is made by double clicking on a slot. The case of single clicking to create an appointment is already in another request.

If you take the example of Google agenda, you can create an appointment by selecting directly the dates by sweeping with one long single click.

Here would be the request:

An event similar to SchedulerEditEventArgs (containing Start, End, IsAllDay, IsNew ; IsCancelled: to be able to have a custom edit form) that would be triggered with one long single click selecting the dates/hours slots of the appointment.

---

ADMIN EDIT

---

Although the discussion targets different functionality, we are keeping the current request open as we consider it valid to ensure better UX for appointment creation on mobile devices and we would like to see how the demand for that goes.

Completed
Last Updated: 08 Jun 2022 07:21 by ADMIN
Release 3.4.0

If you drag an occurrence to a different time slot, a new appointment is created and the series is accordingly updated. However, if you are editing an occurrence via the edit form to change its start and end, a new appointment is correctly created but the initial occurrence remains not updated in the series.

Can be reproduced in the Appointment Editing demo.

Completed
Last Updated: 13 Jan 2021 21:12 by Mallika
Release 2.17.0
Created by: Vic
Comments: 1
Category: Scheduler
Type: Bug Report
1
When the view modes options (Month, day, week, etc...) is collapsed and the arrow is clicked, the drop menu shows behind the main scheduler window.
Unplanned
Last Updated: 30 Nov 2022 13:08 by Darren
Created by: Darren
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hello,

It would be nice if there was a way to indicate to the user that there are events earlier or later in the day that are not in the current viewable area.

Completed
Last Updated: 27 Oct 2021 08:48 by ADMIN
Release 2.28.0
When you drag or resize an appointment, its start and end fields in the Scheduler data are updated before any logic in the OnUpdate handler is performed. Thus, if you want to prevent the update based on some condition, you are not able to do so when drag or resize.
Unplanned
Last Updated: 13 Jan 2023 06:33 by Jakub
If I set the NumberOfDays parameter to a number greater than 28 and the Display Scale and Layout is set to a percentage higher than 100%, the header labels that denote the hours are not rendered in the correct places.
Duplicated
Last Updated: 18 Aug 2023 11:45 by ADMIN
Created by: Thor Ludvig
Comments: 0
Category: Scheduler
Type: Feature Request
1

I am trying to create event series with the following RecurrenceRule:

RecurrenceRule = "FREQ=HOURLY; BYHOUR=8,9,10"

Based on the RFC5545 specification, this rule should create three events occurring every hour - at 8, 9 and 10 o'clock.

However, only one event is created for the day.

Unplanned
Last Updated: 26 Jan 2023 13:17 by Joshua

I am trying to create a timeline component that is just using week numbers for the current year.

Completed
Last Updated: 04 Jan 2024 07:46 by ADMIN
Release 5.1.0 (31 Jan 2024) (R1 2024)

Hello!

After update to 2.27 there is a bug to scheduler with number of days and refresh.

You can check your live demo also:

https://demos.telerik.com/blazor-ui/scheduler/multiday-view

Duplicated
Last Updated: 09 Mar 2023 10:00 by ADMIN
Created by: Joris
Comments: 1
Category: Scheduler
Type: Feature Request
1

Hello,

Sadly it appears there is no current time marker feature available for the scheduler.

Any chance that this could be implemented in the future?

Kind greetings

Unplanned
Last Updated: 06 Mar 2023 14:06 by Dario
I'd like to know when the user deletes an occurrence.
Completed
Last Updated: 21 Apr 2023 07:30 by ADMIN
Release 4.2.0 (04/26/2023)

When the Week view of the Scheduler is selected the label of the DatePicker is incorrect. The displayed range in the label covers an extra day. e.g. in the Week view the range spans 7 days (the label show range of 8 days)



The problem can also be observed when the MultiDay view is selected - the displayed range includes one additional day.

Unplanned
Last Updated: 27 Mar 2023 08:22 by Daniel
Created by: Daniel
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hello,

Now that the DropDownList has an adaptive dropdown rendering, please use that instead of a plain HTML select in the Scheduler toolbar on small screens. It will be very beneficial when using dark themes.

Unplanned
Last Updated: 29 Mar 2023 11:48 by Ed

If the Start and/or End fields are DateTime? double-clicking on an empty slot does not open the form. This makes it impossible to create new events.

The issue occurs as of UI for Blazor 3.7.0.

Reproduction: https://blazorrepl.telerik.com/mnEHQNvl48HDc8xb30.

Completed
Last Updated: 17 Oct 2023 11:27 by ADMIN
Release 5.0.0 (15 Nov 2023) (R1 PI1)
The Start and End properties provide only the dates but not the time. 
Unplanned
Last Updated: 08 Mar 2021 08:04 by ADMIN
Created by: Wes
Comments: 0
Category: Scheduler
Type: Feature Request
1

I am using resources in the scheduler and I need to require the user to select a resource from the list when adding an appointment. Maybe a "Required" option when you declare the resource?

---

ADMIN EDIT

At the moment, a custom edit form is the only option: https://github.com/telerik/blazor-ui/tree/master/scheduler/custom-edit-form

If you need to add resources only in one mode (edit or insert), please provide an example of how you would expect that to be controller through data annotations since they would be in effect in both modes if used.

---