laget.Ical.Net
4.3.9
Prefix Reserved
dotnet add package laget.Ical.Net --version 4.3.9
NuGet\Install-Package laget.Ical.Net -Version 4.3.9
<PackageReference Include="laget.Ical.Net" Version="4.3.9" />
paket add laget.Ical.Net --version 4.3.9
#r "nuget: laget.Ical.Net, 4.3.9"
// Install laget.Ical.Net as a Cake Addin #addin nuget:?package=laget.Ical.Net&version=4.3.9 // Install laget.Ical.Net as a Cake Tool #tool nuget:?package=laget.Ical.Net&version=4.3.9
iCal.NET
Note This repository has been forked from https://github.com/rianjs/ical.net and have been under a few changes, please read Forking!
iCal.NET is an iCalendar (RFC 5545) class library for .NET aimed at providing RFC 5545 compliance, while providing full compatibility with popular calendaring applications and libraries.
Getting iCal.NET
iCal.NET is available as a nuget package.
Migrating from dday.ical to ical.net
There's a guide just for you: Migrating from dday.ical
Examples
The wiki contains several pages of examples of common ical.net usage scenarios.
- Simple event with a recurrence
- Deserializing an ics file
- Working with attachments
- Working with recurring elements
- Concurrency scenarios and PLINQ
- Migrating from dday.ical
Versioning
ical.net uses semantic versioning. In a nutshell:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
Contributing
Forking
This repository was fork on 19:th February 2024 from https://github.com/rianjs/ical.net due to inactivity and lack of merges of vital bug fixes and have been "re-written" to suit our code standard.
Support
ical.net is a something I do in my spare time around my family, day job, friends, and other hobbies. That means support is "when I get to it". I recognize that sometimes this isn't good enough, especially if you have a production issue. To that end, I offer paid support and bugfixes. A few basic rules before you contact me:
- Changes made to the ical.net library are open source.
- You do not own the changes I make to the library.
- Congruence with my vision for the future for ical.net is required. That means I won't do things like add Exchange interop, or take dependencies on third-party libraries that benefit only your use case.
- New versions of the library that result from changes made will be published on nuget for others to consume.
Please email me if paid support is something you require, and we can work out the details via email.
Creative Commons
iCal.NET logo adapted from Love Calendar By Sergey Demushkin, RU
Benchmarks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | 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. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NodaTime (>= 3.1.10)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
.NETStandard 2.1
- NodaTime (>= 3.1.10)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
net5.0
- NodaTime (>= 3.1.10)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
net6.0
- NodaTime (>= 3.1.10)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
-
net8.0
- NodaTime (>= 3.1.10)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.