Gave.Libs.CalendarControl
0.2.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Gave.Libs.CalendarControl --version 0.2.3
NuGet\Install-Package Gave.Libs.CalendarControl -Version 0.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gave.Libs.CalendarControl" Version="0.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gave.Libs.CalendarControl --version 0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Gave.Libs.CalendarControl, 0.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gave.Libs.CalendarControl as a Cake Addin #addin nuget:?package=Gave.Libs.CalendarControl&version=0.2.3 // Install Gave.Libs.CalendarControl as a Cake Tool #tool nuget:?package=Gave.Libs.CalendarControl&version=0.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CalendarControl: Event calendar for UWP
Calendar custom control for UWP platform. Supports week view and events.
Installation
$ Install-Package Gave.Libs.CalendarControl
Key features
- Easy to use (one XAML line for calendar and built-in event management)
- Responsive (the number of days shown is adjusted when resizing the window)
- Extensible (you can modify look and functionality)
Quick guide
View example on github.
Supported SDKs
- Anniversary Update (14393)
- Creators Update (15063)
- Fall Creators Update (16299)
Screenshots
© Copyright 2017 - 2018 by Marco Gavelli
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
- System.Reactive (>= 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed hour selection bug.