CClarke.Plugin.Calendars
0.6.64-beta
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package CClarke.Plugin.Calendars --version 0.6.64-beta
NuGet\Install-Package CClarke.Plugin.Calendars -Version 0.6.64-beta
<PackageReference Include="CClarke.Plugin.Calendars" Version="0.6.64-beta" />
paket add CClarke.Plugin.Calendars --version 0.6.64-beta
#r "nuget: CClarke.Plugin.Calendars, 0.6.64-beta"
// Install CClarke.Plugin.Calendars as a Cake Addin #addin nuget:?package=CClarke.Plugin.Calendars&version=0.6.64-beta&prerelease // Install CClarke.Plugin.Calendars as a Cake Tool #tool nuget:?package=CClarke.Plugin.Calendars&version=0.6.64-beta&prerelease
Perform basic CRUD calendar operations on iOS/Android/WinPhone/UWP through a simple common API.
See project site README for usage notes and limitations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10 is compatible. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CClarke.Plugin.Calendars:
Package | Downloads |
---|---|
ItEnterprise.HubberStandard
ItEnterprise HubberStandard for Xamarin Forms |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CClarke.Plugin.Calendars:
Repository | Stars |
---|---|
xamarinhq/app-conference
Pre-build conference application built with Xamarin
|
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 89,172 | 9/25/2021 |
1.0.14 | 167,763 | 10/28/2019 |
1.0.0 | 78,807 | 8/19/2018 |
0.7.7-beta | 1,613 | 8/9/2018 |
0.7.1-beta | 1,978 | 7/6/2018 |
0.7.0-beta | 1,662 | 7/6/2018 |
0.6.64-beta | 3,791 | 5/22/2018 |
0.6.45-beta | 6,816 | 1/21/2018 |
0.6.33-beta | 22,763 | 4/10/2017 |
0.6.10-beta | 5,378 | 7/9/2016 |
0.6.0-beta | 6,952 | 5/18/2016 |
0.4.2-beta | 6,333 | 3/4/2016 |
0.3.0-alpha | 3,196 | 2/18/2016 |
0.2.1-alpha | 3,033 | 10/15/2015 |
0.2.0-alpha | 2,131 | 9/2/2015 |
0.1.0-alpha | 2,177 | 4/17/2015 |
0.6.64-beta changes:
Fixed UWP assembly load error.
Breaking change: ExternalID is no longer publicly settable, to clarify that it is provided by the platform.
0.6.33-beta changes:
Removed support for Windows (and WinPhone) 8.1 and iOS "classic" (pre-Unified).
Added AccountName property to Calendar.
0.6.10-beta changes:
Time zone is now preserved when editing events on Android.
0.6.0-beta changes:
InvalidOperationException is now thrown if trying to edit or delete a recurring event.
iOS API now checks calendar access on each call and throws UnauthorizedAccessException whenever it is denied, rather than only on the first call.
Fixed issue where Android recurring event instances reported incorrect start/end times.
Android all-day events are no longer affected by timezone.