OTHER

const val OTHER: String

Purpose: To specify other properties for the ICalObject. This is especially used for additional properties that cannot be put into another field, especially relevant for the synchronization The Properties are stored as JSON. There are two helper functions provided: getJsonStringFromXProperties(PropertyList<*> that returns a Json String from the property list to be stored in this other field. The counterpart to this function is getXPropertyListFromJson(String) that returns a PropertyList from a Json that was created with getJsonStringFromXProperties() Type: String