OTHER

const val OTHER: String

Purpose: To specify other properties for the category. see [https://tools.ietf.org/html/rfc5545#section-3.8.1.2] The Parameters are stored as JSON. There are two helper functions provided: getJsonStringFromXParameters(ParameterList?) that returns a Json String from the parameter list to be stored in this other field. The counterpart to this function is getXParameterFromJson(String) that returns a list of XParameters from a Json that was created with getJsonStringFromXParameters(...) Type: String