-
Declaration
Swift
enum ContentType -
Declaration
Swift
static func buildScheduleEventICS(events: [EventData] = [], username: String = "") -> String -
Declaration
Swift
static func buildPersonalEventICS(personalEvents: [PersonalEventData] = [], username: String = "") -> String -
Declaration
Swift
static func buildICSFile(events: [EventData] = [], lfgs: [FezData] = [], personalEvents: [PersonalEventData] = [], username: String = "", contentType: ContentType) -> String -
Declaration
Swift
private static func icsEscapeTextValue(_ str: String) -> String
View on GitHub