FixInvalidUtcOffsetPreprocessor

Some servers modify UTC offsets in TZOFFSET(FROM,TO) like "+005730" to an invalid "+5730".

Rewrites values of all TZOFFSETFROM and TZOFFSETTO properties which match regexpForProblem so that an hour value of 00 is inserted.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun repairLine(line: String): String

Validates and potentially repairs an iCalendar string.