Reputation: 61
I am looking for a calendar control to display a schedule for Windows 10 UWP with the possibility to add and remove events.
I thought the new CalendarPanel or CalendarView was a in-app-calendar, but that's only for selecting a date.
Is this possible or have I to build that by myself?
Thanks in advance!
Upvotes: 1
Views: 1716
Reputation: 727
Indeed, UWP built-in controls are mostly for selecting a date. With CalendarView
, you can have some limited customization options and display the indication of event frequency on a given date using color bars (see this article for details).
If you want more customizable calendar control, you can try some third-party controls, like the one from Syncfusion or Telerik.
Upvotes: 3