CClarke.Plugin.Calendars 0.6.33-beta

This is a prerelease version of CClarke.Plugin.Calendars.
There is a newer version of this package available.
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
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="CClarke.Plugin.Calendars" Version="0.6.33-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CClarke.Plugin.Calendars --version 0.6.33-beta
#r "nuget: CClarke.Plugin.Calendars, 0.6.33-beta"
#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 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 Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 74,665 9/25/2021
1.0.14 164,562 10/28/2019
1.0.0 77,899 8/19/2018
0.7.7-beta 1,580 8/9/2018
0.7.1-beta 1,946 7/6/2018
0.7.0-beta 1,633 7/6/2018
0.6.64-beta 3,760 5/22/2018
0.6.45-beta 6,784 1/21/2018
0.6.33-beta 22,725 4/10/2017
0.6.10-beta 5,345 7/9/2016
0.6.0-beta 6,919 5/18/2016
0.4.2-beta 6,290 3/4/2016
0.3.0-alpha 3,158 2/18/2016
0.2.1-alpha 2,993 10/15/2015
0.2.0-alpha 2,098 9/2/2015
0.1.0-alpha 2,140 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.