-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Frank Stüber edited this page Feb 8, 2024
·
4 revisions
iCalendar is a file format used to store and exchange calendar information, such as events, appointments, and tasks, allowing for interoperability between different calendar applications and services. Files formatted according to the specification usually have an extension of .ics
.
The ENBREA ICS library provides classes for parsing iCalendar sources and building iCalendar outputs.
- The IcsReader class implements an iCalendar reader that parses a stream of iCalendar-formatted data.
- The IcsWriter class implements a iCalendar writer that generates iCalendar-formatted streams.