Calendar #265
Replies: 8 comments 5 replies
-
Great idea Marvin! 😝 Just for completeness sake I will link the Xamarin Community Toolkit Calendar PR here: xamarin/XamarinCommunityToolkit#1331 We've closed that, but there is still probably some good input in there so we can take the best of all calendar components out there and create the best one! What I personally was wondering from quickly using it... Why did you choose to have a Do you have any more ideas about APIs that you might want to change or add or maybe even remove? |
Beta Was this translation helpful? Give feedback.
-
Answer
|
Beta Was this translation helpful? Give feedback.
-
There is now a pre-release of XCalendar for .NET MAUI. |
Beta Was this translation helpful? Give feedback.
-
XCalendar.Maui is now out of pre-release. Although, it's very slow compared to Xamarin Forms and I don't know why. XCalendar could probably be faster with MAUI Handlers and Custom Renderers but I know nothing about platform-specific controls. XCalendar's logic is also now platform independent via the 'Calendar' class in 'XCalendar.Core'. What would happen to XCalendar.Forms and XCalendar.Core if XCalendar was added to the Maui Community Toolkit? Should they be added somewhere else? |
Beta Was this translation helpful? Give feedback.
-
Any update on this one? |
Beta Was this translation helpful? Give feedback.
-
Greetings! .net MAUI still has no calendar control as of today, and this great communitytoolkit unfortunately also lacks such much needed feature. Best Regards! |
Beta Was this translation helpful? Give feedback.
-
XCalendar is a nice addition to Maui Community toolkit |
Beta Was this translation helpful? Give feedback.
-
Thanks @ME-MarvinE! Congrats on the release of XCalendar.Maui! https://www.nuget.org/packages/XCalendar.Maui We discussed this in the November Standup, and we agree that your existing implementation is great and we encourage you to continue the great work! There are also Calendar controls created by SyncFusion and Telerik that work great too! |
Beta Was this translation helpful? Give feedback.
-
I think a Calendar control would be a great addition to the toolkit. Examples of its use would be making your own date picker, making your own event calendar, or just a nice visual way of displaying data that has dates.
There's a
working solution for Xamarin Formsworking solution for Xamarin Forms and .NET MAUI on my GitHub along with a sample and an in-depth Wiki.Beta Was this translation helpful? Give feedback.
All reactions