View Source Calex (Calex v0.1.0)

Calex is a library for encoding and decoding iCalendar (iCal) data.

Link to this section Summary

Functions

Decodes a string of iCal data.

Encodes iCal data into a string.

Link to this section Functions

@spec decode!(data :: String.t()) :: Keyword.t() | no_return()

Decodes a string of iCal data.

@spec encode!(data :: Keyword.t()) :: String.t() | no_return()

Encodes iCal data into a string.