ICalendarProductIdentifier
public struct ICalendarProductIdentifier : VPropertyEncodable
The identifier for the product that created the iCalendar object.
-
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"])
ICalendarProductIdentifier Structure Reference