Unplanned
Last Updated: 10 May 2019 07:54 by ADMIN
Created by: n/a
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
0
Add pinch/zoom support to the RadCalendar control.
Unplanned
Last Updated: 03 Nov 2020 09:07 by ADMIN
Created by: SLM
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
5
Allow the customer to set "special" dates collection and provide different styling to/disable those dates.
Completed
Last Updated: 18 Sep 2019 08:49 by ADMIN
Release R3 2019
Created by: Quentin
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
1
DisplayDateChanged event is not fired in UWP
Completed
Last Updated: 18 Sep 2019 08:47 by ADMIN
Release R3 2019
Created by: Quentin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
9
We should consider adding a mechanism to set a template for the appointments in Xamarin.Forms so that users can add additional elements to the appointments such as images, additional info, etc.
Completed
Last Updated: 19 Jun 2019 12:47 by ADMIN
Release R2 2019 SP1
The calendar does not scroll to the updated DisplayDate when MultiDayView is used and the DisplayDate is set in DisplayDateChanged event.
Completed
Last Updated: 06 Nov 2020 14:49 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)
Created by: Asanka
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
2

"All day" translation in calendar - refer to the attached image

Completed
Last Updated: 03 Jun 2019 14:39 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)

SelectionChanged starts calling twice when appointments collection is changed at runtime from within the event.

The problem occurs when I update the Events property on either of the events DisplayDateChanged or SelectionChanged. It seems these events are triggered another time, sometimes, when the AppointmentSource gets refreshed. I say sometimes because you can navigate through the weeks as normal, but as some points you notice something went wrong. Here’s a list of what I have encountered so far :
When sliding through the weeks from the days header, let’s say the selected day is a Monday, the next weeks would have the Monday selected as expected. Then a random week would have an other selected day (Friday). It would happen randomly until some weeks get skipped completely.
When sliding through the weeks from the days header, let’s say the selected day is a Monday, the next weeks would have the Monday selected as expected. If I touch the Friday box,  the selected date gets initially updated  to Friday and then a random day between Monday and Friday gets selected.
When sliding through the weeks from the days header, the calendar gets stucked on a random week, and sliding forward or backward through the days header just put you back to the same week. In this case the only way to move to the next/previous week is to slide through the time slot.

Completed
Last Updated: 03 Jun 2019 14:39 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: greg
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
2
Provide methods to serialize/deserialize recurrence patterns
Completed
Last Updated: 16 Sep 2020 14:08 by ADMIN
Release R3 2020
Created by: Yana
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
1
Provide a way to modify the create/edit appointment screens, for example to include additional properties, to customize their look&feel,etc.
Completed
Last Updated: 15 May 2019 13:56 by ADMIN
Release R2 2019
When DayStartTime property is set and the user taps on the first timeslot, the start time inside Create Appointment screen is always 12:00 AM
Unplanned
Last Updated: 27 Feb 2019 14:47 by ADMIN
Created by: Prabu
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Enable grouping the appointments in the view according to their assigned resources
Unplanned
Last Updated: 27 Feb 2019 14:40 by ADMIN
Created by: Prabu
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Provide the option to assign resources to appointments, so users could associate additional information to each appointment from a list with available options.
Completed
Last Updated: 19 Jun 2019 12:46 by ADMIN
Release R2 2019 SP1

If there is an all-day appointment at a certain date, navigating to a different date through the week navigation in DayView and going back to the previous date, it will not always show the all-day item.

Unplanned
Last Updated: 01 Feb 2019 05:54 by Shalin
Created by: Shalin
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
2
When the phone language and region are set to "Russian", for example, first day of week should be Monday. Currently it stays Sunday on iOS.
Completed
Last Updated: 18 Sep 2019 08:48 by ADMIN
Release R3 2019
Created by: Anvar
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
1
On UWP, the RadCalendar's DisplayDate isn't updated when the month's view changes (via user selecting the up/down arrows in the header).
Unplanned
Last Updated: 15 Jan 2019 08:34 by ADMIN
When in MonthView, you're navigating to WeekView on CellTap event, and DisplayDate and SelectedDate are bound to the same value, DisplayDate is not updated on iOS (works properly on Android)
Completed
Last Updated: 20 Mar 2020 13:18 by ADMIN
Release 2020.1.313 (R1 2020 minor release)
Created by: IanV
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
3
If you have an appointment with duration 15 min, it is not properly rendered in DayView/MultiDayView on Android - it is visualized as a 30 min appointment
Completed
Last Updated: 05 Feb 2020 13:29 by ADMIN
Release R1 2019 SP
Created by: IanV
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
3

Xamarin Forms, Newest everything

Out of the box, all Calendar views for iOS are in AM/PM

In Android the MultiDay is 24 hour, but the Day view is AM/PM

How can I force Android MultiDay to be AM/PM ?

 

 

Declined
Last Updated: 11 Jan 2019 09:48 by ADMIN
Created by: Olivier
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
1

Hello Telerik Team,

I would like to report a bug I found on Android (not iOS).

If you use a RadCalendar inside a content page which is inside a TabbedPage, you can't swipe on the RadCalendar when it is in ViewMode=Week.

You have to draw a diagonal to make it works otherwise, the swipe (on the RadCalendar) is handled by the TabbedPage and it changes the current page being displayed.

 

If the RadCalendar ViewMode is set in MultiDay, the Swipe is well handled by the RadCalendar (instead of the TabbedPage).

 

Expected behavior : swiping on the RadCalendar in ViewMode=Week should change the displayed week (like it does in ViewMode=MultiDay).

Current Behavior : swiping on the RadCalendar in ViewMode=Week should change the selected page of the TabbedPage.

 

Why I think it is a bug : in ViewMode=MultiDay, the swipe isn't handled the same way : it actually change the displayed day and doesn't change the current page of the TabbedPage control.

PS : if the RadCalendar ViewMode is set to Month, the swipe to change the displayed month is from top to bottom or bottom to top unlike the Week mode which handle swipe from right to left or left to right.

 

I wish you a happy new year and a lot of bug fix with a lot of new feature released :)

 

 

Completed
Last Updated: 23 Jul 2019 05:09 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
Created by: IanV
Comments: 3
Category: Calendar & Scheduling
Type: Bug Report
4

In Xamarin Forms.

 

When I call Calendar.ScrollAppointmentIntoView(theItem); in Android it works fine.

 

In iOS when the same call is made, the calendar scrolls about 1 pixel, then stops.

I put the call into a timer just to make sure it's there.

      Device.StartTimer(TimeSpan.FromMilliseconds(3000), () =>    

              { Device.BeginInvokeOnMainThread(() => {  Calendar.ScrollAppointmentIntoView(theItem); });             

                 return false; // True = Repeat again, False = Stop the timer    

      });