ICal.Contact (iCal v1.0.0)

View Source

An iCalendar Contact.

Summary

Types

t()

@type t() :: %ICal.Contact{
  alternative_representation: String.t() | nil,
  language: String.t() | nil,
  value: String.t()
}