Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/der-daniel/ical.NET

ical.NET is a free iCal/ICS parser written in C#
https://github.com/der-daniel/ical.NET

Last synced: about 2 months ago
JSON representation

ical.NET is a free iCal/ICS parser written in C#

Awesome Lists containing this project

README

        

# ical.NET

**ical.NET** is a free iCal/ICS parser written in C#.

## Usage
Import the .cs files.
Pass a .ics file as a string to the constructor of **vCalendar**.

```CS
vCalendar vcalendar = new vCalendar(icsFile);
```