Completed
Last Updated: 02 Aug 2019 14:17 by ADMIN
Release R2 2019 SP2
With the current implementation of the control, if you have events later in the day - the user needs to scroll down so that they are shown. We can consider adding a mechanism to show the first available event or expose methods to bring a specific event into view.
Completed
Last Updated: 22 Jan 2019 12:40 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 7
Category: Calendar & Scheduling
Type: Feature Request
10
By default, the RadCalendar in DayView mode starts at midnight which is not very intuitive for all scenarios. The native controls expose APIs to control the starting time so we can consider exposing StartTime/EndTime properties for the users to control.
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: 23 Jul 2019 05:09 by ADMIN
Release 2019.2.708 (R2 2019 minor release)

By default, the view starts at 0:00 AM, we would need to provide the option to scroll the view to specific time, for example 9:00 AM.  The approach should work for DayView and MultiDayView modes.
			
Completed
Last Updated: 18 Jan 2019 13:00 by ADMIN
Created by: Amitesh
Comments: 3
Category: Calendar & Scheduling
Type: Feature Request
8
Ref# 1106424. We are using Kendo Scheduler in our Web application to show the recurring appointments. Similarly, We need the Recurring appointments to the RadCalendar for Xamarin.Forms in Mobile to aligned with Android and IOS.   
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019
ADMIN
Created by: Stefan Nenchev
Comments: 6
Category: Calendar & Scheduling
Type: Feature Request
8
The Android and iOS versions of the control support multiple and range selections. We should consider embedding such features in the Xamarin.Forms control as well.

Links to the features in iOS and Android:

- Android Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/android/calendar/calendar-selection

- iOS Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/calendar/selection
Completed
Last Updated: 05 Feb 2021 13:11 by ADMIN
Release R1 2019
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: Calendar & Scheduling
Type: Feature Request
5
Expose an editing feature of the RadCalendar so that the users can hold a specific time slot and manually add an appointment or edit an already existing one.
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    

      });

 

Completed
Last Updated: 18 Sep 2019 08:48 by ADMIN
Release R3 2019
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: 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: 18 Sep 2019 08:47 by ADMIN
Release R3 2019
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: 10 Nov 2021 15:08 by ADMIN
Release R2 2021 SP
Created by: x
Comments: 2
Category: Calendar & Scheduling
Type: Feature Request
3

Provide events raised when a new appointment is created and when an existing appointment is updated/deleted. 

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 ?

 

 

Completed
Last Updated: 10 Nov 2021 15:13 by ADMIN
Release R2 2021 SP
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
3

			
Completed
Last Updated: 18 Sep 2019 08:49 by ADMIN
Release R3 2019

When RadCalendar is inside Xamarin Forms Tabbed Page. Switching between tabs triggers Calendar SelectionChanged and the calendar DisplayDate is changed. 

Workaround:
the issue could not be reproduced when RadTabView is used and its IsContentPreserved property is set to true.

Completed
Last Updated: 15 Mar 2018 14:28 by ADMIN
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
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)
Created by: greg
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
2
Provide methods to serialize/deserialize recurrence patterns
1 2 3 4