ICalendarProductIdentifier

public struct ICalendarProductIdentifier : VPropertyEncodable

The identifier for the product that created the iCalendar object.

See https://tools.ietf.org/html/rfc5545#section-3.7.3

  • Undocumented

    Declaration

    Swift

    public let segments: [String]
  • Declaration

    Swift

    public var vEncoded: String { get }
  • Undocumented

    Declaration

    Swift

    public init(segments: [String] = ["swift-calendar", "icalendarkit", "EN"])