View Source ICalendarTimezones.Backend (icalendar_timezones v0.1.0)

Module that loads the timezone information

Link to this section Summary

Functions

Loads and returns all of the timezone's data

Retuns the list of IANA timezones identifiers

Returns the VCALENDAR vobject data for a TZID.

Link to this section Functions

@spec timezones_data() :: map()

Loads and returns all of the timezone's data

@spec timezones_list() :: [String.t()]

Retuns the list of IANA timezones identifiers

@spec vtimezone(String.t()) :: String.t()

Returns the VCALENDAR vobject data for a TZID.