Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Week view on in-app calendar (Universal Windows Platform / UWP)

I was wondering if is there a custom view that lets me show a week view (or a day-view) like the Windows 10 Calendar app. I've looked at CalendarView, but it seems not I can show only one week/day, with hour delimiters. I've looked to custom views, but found nothing.

Calendar App Windows 10 - Week View

In case I must handcraft a custom view, any guidances? Thanks in advance

like image 808
webo80 Avatar asked Oct 27 '16 10:10

webo80


People also ask

Is UWP discontinued?

Going forward, UWP will only receive "bug, reliability, and security fixes," and not new features, Microsoft says, indicating that it is now deprecated. Developers with UWP apps in the market who "are happy with [the] current functionality in UWP" can of course continue to keep using UWP.

What does UWP stand for Windows?

Windows 10 introduced the Universal Windows Platform (UWP), which provides a common app platform on every device that runs Windows. The UWP core APIs are the same on all Windows devices.

Does Windows 7 support UWP?

Compatibility. UWP is a part of Windows 10, Windows 10 Mobile and Windows 11. UWP apps do not run on earlier Windows versions. Apps that are capable of implementing this platform are natively developed using Visual Studio 2015, Visual Studio 2017, Visual Studio 2019 or Visual Studio 2022.

What is UWP in Visual Studio?

In this introduction to the Visual Studio integrated development environment (IDE), you'll create a "Hello World" app that runs on any Windows 10 or later device. To do so, you'll use a Universal Windows Platform (UWP) project template, Extensible Application Markup Language (XAML), and the C# programming language.


1 Answers

The UWP Calendar control all does NOT support what you want. I wish it did.

like image 122
Jerry Nixon Avatar answered Oct 15 '22 19:10

Jerry Nixon