CClarke.Plugin.Calendars
0.6.33-beta
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package CClarke.Plugin.Calendars --version 0.6.33-beta
NuGet\Install-Package CClarke.Plugin.Calendars -Version 0.6.33-beta
<PackageReference Include="CClarke.Plugin.Calendars" Version="0.6.33-beta" />
paket add CClarke.Plugin.Calendars --version 0.6.33-beta
#r "nuget: CClarke.Plugin.Calendars, 0.6.33-beta"
// Install CClarke.Plugin.Calendars as a Cake Addin #addin nuget:?package=CClarke.Plugin.Calendars&version=0.6.33-beta&prerelease // Install CClarke.Plugin.Calendars as a Cake Tool #tool nuget:?package=CClarke.Plugin.Calendars&version=0.6.33-beta&prerelease
Perform basic CRUD calendar operations on iOS/Android/UWP through a simple common API.
See project site README for usage notes and limitations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
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.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.