https://github.com/egbakou/icsfilereader
Read data from remote ICalendar file
https://github.com/egbakou/icsfilereader
calendar dotnet events ics-files outlook
Last synced: 7 months ago
JSON representation
Read data from remote ICalendar file
- Host: GitHub
- URL: https://github.com/egbakou/icsfilereader
- Owner: egbakou
- Created: 2020-12-06T12:14:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T18:08:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T11:50:33.167Z (7 months ago)
- Topics: calendar, dotnet, events, ics-files, outlook
- Language: C#
- Homepage: https://lioncoding.com/2020/12/06/2020-12-06-lecture-des-fichiers-de-type-icalendar-en-net/
- Size: 235 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICalendar file reader sample
This is a sample demonstrates how to read data from remote or local ICalendar file especially **.ics** file.
## An Ics file content example

## .NET Console App reading remote ics file
## 