ICal.Timezone.Properties (iCal v1.1.2)
View SourceThe detailed properties of a timezone component
Summary
Types
@type t() :: %ICal.Timezone.Properties{ comments: [String.t()], custom_properties: ICal.custom_properties(), dtstart: NaiveDateTime.t(), names: [String.t()], offsets: %{from: integer(), to: integer()}, rdates: [NaiveDateTime.t()], rrule: ICal.Recurrence.t() | nil }