Component
public class Component
Components are the “Core Objects” in the
-
Undocumented
See moreDeclaration
Swift
public enum Kind : Int
-
Undocumented
Declaration
Swift
public init(kind: Kind)
-
Undocumented
Declaration
Swift
public func add(_ property: ICalProperty)
-
Returns the component as a string.
ICS strings have a CRLF line ending.
Declaration
Swift
public var icalString: String { get }