Skip to content
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.

Reading from iCalendar sources

  • The IcsReader class implements an iCalendar reader that parses a stream of iCalendar-formatted data.

Generating iCalendar outputs

  • The IcsWriter class implements a iCalendar writer that generates iCalendar-formatted streams.
Clone this wiki locally